Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I close the issue because I posted the solution and did not wait for feedback for several weeks.
I close the issue because I posted the solution and did not wait for feedback for several weeks.
I close the issue because I posted the solution and did not wait for feedback for several weeks.
What is the status of this issue?
What is the status of this issue?
@voile
OK, now expressions like
/?invalid/
,/*invalid/
and/+invalid/
invalid and must raise error.I've changed description.
Changed to:
Fixed. Thanks!
Fixed. Thanks!
Why?
(abc)+
expects["abc", "abcabc", "abcabcabc"]
a+
expects["a", "aa", "aaa"]
Am I right?
Why is it wrong with numbers?
Changed to:
Fixed. Thanks!
Alternation are only supported within a group!
I've added tests for this cases.
For expression
(\d+)([a-z]+(\d+))?
expected groups with overlapsed ranges -[5..5, 6..8, 8..8]
.For named groups with alternations expected hash -
{"first"=>5..5, "second"=>6..8, "third"=>8..8}
I've added this line to description
Yes, agree.
I've fixed solution and test cases.
Loading more items...