j
k
j a
j l
Hello, The next few lines doesn't work (1) with \s. But (2) works well [[:space:]]
If you want regex to see the escape within a string literal then remember that the C++ front end will process the escape sequence first, so you need "\\s". John.
Back to the thread
Back to the list