
Replace each # character with the syntax \x23įinally, due to a bug in the regex BOOST version 1.5.5 library, currently used in Notepad++, each syntax \R MUST be replaced by the equivalent syntax \r\n ( or \n if you are processing Unix files ) Replace each # character with the syntax

So, when a regex must search for an effective # character, 3 solutions are possible :Įscape each # character by the exhaust character \ Replace each space character with the syntax \x20Īll characters placed after a 1st character #, are NOT considered. Replace each space character with the syntax So, when a regex must search for an effective space character, 3 solutions are possible :Įscape each space character by the exhaust character \ Here is a reminder of the characteristics of “ Free-spacing” mode (?x) :Īll inserted space characters are NOT considered.

(?x-is) # FREE-SPACING mode, search SENSITIVE to case, DOT = a SINGLE STANDARD char, ONLY Paste the appropriate json file in this new tabĬopy a normal selection of all the multi-lines search regex, below : Here is, below, a quick way to get two neat lists of the plugins, from the pl.x86.json and pl.圆4.json files ! With regexes, of course -))ĭisable the wrap text feature ( => un-tick the View > Word wrap option )

UPDATED on 05 11 2019 : Because, it’s not possible to, directly, paste multi-lines text, from browser to the N++ Replace dialog !!
