Ya know.
It’d make things so much easier.
Currently it’s too hard to search certain parts of code in scripts.
This should be a setting that can be turned off any time.
Ya know.
It’d make things so much easier.
Currently it’s too hard to search certain parts of code in scripts.
This should be a setting that can be turned off any time.
That’s what the Regular Expression setting does, only the syntax is slightly different.
Try using \{[A-Za-z,\d]+\}
with the Regular Expression setting turned on.
Explanation from regex101:
Google Search for Regular Expressions
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.