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.