Notepad++ Crash
Brought to you by:
lbarsanti
When i run the following regex command within the regex helper (v0.0.2.2) in Notepad++ V5.9 it crashed notepad++.
Regex command:
^
((?:\[)
(?<Section>[^\]]*)
(?:\])
(?:[\r\n]{0,}|\Z))
(
(?!\[)
(?<Key>[^=]*?)
(?:=)
(?<Value>[^\r\n]*)
(?:[\r\n]{0,6})
)+
I have had this command working with the escape line changed from (?!\[) to (?!(\[|;))
Ini File