6 ms·
[^X] means any character other than X, so [^X]* matches zero or more of any characters, so long as none of them are X.
by glxxyz 11mo ago
[^X] means any character other than X, so [^X]* matches zero or more of any characters, so long as none of them are X.
- Levitating 11mo agoAh my bad! I did misinterpret [^X] as X or the line-start.