String patterns for find in script

image

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.

2 Likes

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:

image

Google Search for Regular Expressions

Website to helps with Regular Expressions

Website to test Regular Expressions

6 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.