Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Character classes don't work for me in v. 7.5.7

    Help wanted · · · – – – · · ·
    2
    2
    312
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Meir Goldenberg
      Meir Goldenberg last edited by

      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 the regular expression checkbox. What could cause this?

      Meta Chuh 1 Reply Last reply Reply Quote 1
      • Meta Chuh
        Meta Chuh @Meir Goldenberg last edited by Meta Chuh

        @Meir-Goldenberg

        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 \s work for you ?
        (this is an alternative, shorter, writing syntax for [[:space:]])

        1 Reply Last reply Reply Quote 1
        • First post
          Last post
        Copyright © 2014 NodeBB Forums | Contributors