Community
    • Login

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

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 476 Views
    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 GoldenbergM
      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 ChuhM 1 Reply Last reply Reply Quote 1
      • Meta ChuhM
        Meta Chuh moderator @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
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors