πŸ“š Node [[regex magic]] exact match
Nodes contain individual contributions whose filenames match your search. x

Loading pushes...

πŸ““ Regex Magic.md by @evan πŸ€—

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

Rendering context...