Character classes don't work for me in v. 7.5.7
-
The search
[[:space:]]does not produce any results in notepad++ v. 7.5.7 on the computer at work (though it works on my laptop). I did check theregular expressioncheckbox. What could cause this? -
it would be interesting to know what you are trying to search, and where you search for it. (code example)
notepad 7.5.7 should find every single white-space (space, tab, cr, lf, ff, vt) if you do a regex search for
[[:space:]]does a regex search for
\swork for you ?
(this is an alternative, shorter, writing syntax for[[:space:]])
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login