Ability to Search and Replace escaped characters (e.g. New Line, Tab, Carriage Return, etc..) #178
Kpax7
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think the most anticipated feature that its absence caused a lot of disappointment is the ability to search and replace escaped characters like \r and \n and \t and etc...
Escapable chars in general should be considered where possible (like \r or rarer chars).
maybe a backslash should always be interpreted as start of an escape in the replacement field, too, not just the search field.
Please refer to this old issue :
adobe/brackets#8093
Beta Was this translation helpful? Give feedback.
All reactions