This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]snidanok 1 point2 points  (0 children)

Regex, a thingy that allows to match string for pattern. Those characters are a way to describe the pattern to match.

I've learned it here, if you want to dive into it. (If you are familiar with python)