codehaven - php snippets - coding help
Generic filters
Exact matches only

Search files that are tagged in sublime (regex)

15th August 2014

Sublime Text

Sublime text category icon

If you tagged some files like this

You could find them easily if needed in Sublime with a regex search.

This would find all files that contain “localonly” and do NOT contain “echo”.

Ctrl “F” then select the square (with a start in it) furthest left called “regular expression”

Was this code snippet helpful?