📚 node [[regex magic]]
Regex Magic
[[toc]]
Select from start to stop ignoring \n etc
START[\w\W]*?STOP
Every time I have needed to use it it worked perfectly and then I realized there was a better way to do what I was doing and i'm dumb but it could be useful I think
Everything but
[^\[\], abcd]
not [,],,, ,a,b,c,d
📖 stoas
- public document at doc.anagora.org/regex-magic
- video call at meet.jit.si/regex-magic
🔎 full text search for 'regex magic'