This isn't really a technical question more a general one.
How difficult would you say regex is? I can do what I need to do but to be honest I don't fully understand what's going on beyond a basic level. I pretty much brute force experiment with a regex tester until it works. I mean i look at some of the expressions I've made and have no clue what it does at a glance. It's hard to get my head around it, just took me 2 hours to figure out negative lookbacks.
Is it considered a good achievement to master regular expressions?
How difficult would you say regex is? I can do what I need to do but to be honest I don't fully understand what's going on beyond a basic level. I pretty much brute force experiment with a regex tester until it works. I mean i look at some of the expressions I've made and have no clue what it does at a glance. It's hard to get my head around it, just took me 2 hours to figure out negative lookbacks.
Is it considered a good achievement to master regular expressions?