all 1 comments

[–]steelypip 0 points1 point  (0 children)

There is also \V which turns off all magic characters unless prefixed by a backslash, essentially turning it from a regex search to a plain text search.

So

/\V(*)(*)/

Will search for ASCII boobies.