Skip to content

Commit 386e6c8

Browse files
committed
added solutions
1 parent b22f202 commit 386e6c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python 2/koans/regex_solutions.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
test_matching_literal_text:Felix
2+
test_matching_literal_text_how_many: findall
3+
test_matching_any_character: .a OR .a.
4+
test_matching_special_character: .a.\.
5+
test_matching_set_character: [ns]a.\.

0 commit comments

Comments
 (0)