did you know you can do matching inline too matching equivalent statements: test (\w+) \1; non-capture group (?:test) lookaheads (?=pattern) true if pattern matches, but doesn’t touch the character pointer (?!pattern) true if pattern doesn’t match; also doesn’t advance pointer (?:pattern) will advance character pointer but will not create a capture group ^beginning of line end of line$

[[curator]]
I'm the Curator. I can help you navigate, organize, and curate this wiki. What would you like to do?