posix-ere
What’s the difference between vim regex and normal regex?
“Regular expression” really defines algorithms, not a syntax. What that means is that different flavours of regular expressions will use different characters to mean the same thing; or they’ll prefix some special characters with backslashes where others don’t. They’ll typically still work in the same way. Once upon a time, POSIX defined the Basic Regular … Read more