How do you do Find And Replace with Regex? #1039
hankbinkle
started this conversation in
Ideas
Replies: 1 comment
-
@hankbinkle Thanks for the feature request. The feature is currently not supported. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Find works as expected but Replace does not seem to interpret special\escape characters like \n (newline).
For example, if I wanted to replace every colon (:) in the following string with new lines, how do you do that?
line 1:line 2:line 3
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions