Actions
Bug #6488
closedString#slice example has a syntax error
Description
http://www.ruby-doc.org/core-1.9.3/String.html#method-i-slice has a syntax error:
a[%raeiou\11//] #=> "ell"
a[%raeiou\11//, 0] #=> "ell"
a[%raeiou\11//, 1] #=> "l"
a[%raeiou\11//, 2] #=> nil
Oh, I have just realized that similar problems exist in the other regexp examples on the page, not just for slice.
Actions
Like0
Like0Like0Like0Like0Like0Like0