Maybe I am weird, but I truly love regex. I sometimes makes regex for fun, just like some people likes to solve sudokus and crosswords
Regex is a kind of "write only" language. It is so easy (for me at least) to create a complex regex, but it takes much more effort to read the same regex after some time. Therefore I sometimes use comments in regex which is possible with the extended syntax.