I can write a basic regex independently, but as soon as capture groups or positive/negative lookahead or lookbehind start popping up I’m back to the docs every time.
Absolutely, the syntax is difficult to remember, but knowing about concepts like lookaheads etc. is already far beyond what “regex is line noise” coders will ever achieve.
Regular expressions are not that difficult and coders that refuse to learn them because they “look like line noise” are terrible at their jobs.
I can write a basic regex independently, but as soon as capture groups or positive/negative lookahead or lookbehind start popping up I’m back to the docs every time.
Absolutely, the syntax is difficult to remember, but knowing about concepts like lookaheads etc. is already far beyond what “regex is line noise” coders will ever achieve.
And there’s always regex101.com to help develop and test your expressions!
Not a coder. But knowing basic regex, makes my life so much easier. Even in things like excel.
Hell, you can even use regex to search your stash in Path of Exile 2.
Easy enough to write. But reading and maintaining? That’s the hard part.
I’ve always thought that regular expressions are just specifications for state machines. They aren’t that difficult.