Feature #12964
closed
- Status changed from Open to Feedback
Sorry, I feel difficulty understanding your request. What is wrong with normal regexp matches? Be a bit more descriptive about what is wanted.
I don't really see how this would be any different from match?
Beside that, the semantics are a bit ambiguous. "foo".sub(/bar/, 'x')
does work, it just doesn't replace anything because there is no match for the regex. So would sub?
mean that we can replace it at least once, and gsub?
that we can replace it at least twice?
Also available in: Atom
PDF
Like0
Like0Like0