regex-cheatsheet icon indicating copy to clipboard operation
regex-cheatsheet copied to clipboard

missing data - "\ special in class?", "Ranges"

Open sisima70 opened this issue 6 years ago • 1 comments
trafficstars

"\ special in class?", and "Ranges" are empty for "POSIX extended (ERE)". I assume that they're the same as for "POSIX (BRE)", but this should be explicitly specified.

In addition "Ranges" for "ViM" seem to imply that '' is special in character classes, but I'm not sure if that's intended. If it is, "'' is special in character classes" should be said explicitly in the appropriate cell of the table.

sisima70 avatar Aug 19 '19 22:08 sisima70

Thanks, I completed the line. \ is special for ViM but not ERE (like BRE), you are right.

I am not sure what you mean about "?

remram44 avatar Aug 20 '19 16:08 remram44