-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
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
RegEx documentation? #327
Comments
You can find line ends using RegEx with '$' . |
Thanks. I did see it recognized ^ for beginning and $ for line end, but I was actually wanting to replace all spaces with \n for new lines to put everything on its own line. Any place I can see what all RegEx patterns work? |
It is simple JavaScript RegEx. And RegEx is almost same for all languages. |
Ok. I could not get it to recognize new line. Do you expect it should? I tried: I could use $ to find the end, but that still wouldn't help with replacing with newline. |
I also can't replace new line using |
Tracking this in existing issue #280 |
I couldn't find a reference to the implementation of RegEx in find/replace. I saw where to turn it on in the app, but couldn't get it to find or replace newlines with \n.
Is this possible?
The text was updated successfully, but these errors were encountered: