We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22f202 commit 386e6c8Copy full SHA for 386e6c8
python 2/koans/regex_solutions.txt
@@ -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