We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice if replacement methods would work on mutable strings too.
The text was updated successfully, but these errors were encountered:
Can do this? NSArray* pieces = [@"A dog,cat" split:RX(@"[ ,]")]; // => @[ RxMatch, RxMatch ]
Sorry, something went wrong.
I don't understand. I was referring to something like
NSMutableString *test = [NSMutableString stringWithString:@"test"]; [test replace:RX(@"t") withString:@"X"]; // XesX
I'm sorry, I reply to the wrong place
No branches or pull requests
It would be nice if replacement methods would work on mutable strings too.
The text was updated successfully, but these errors were encountered: