Thanks, great source of info, it mentions inline modifiers at http://www.regexpstudio.com/TRegExpr/Help/regexp_syntax.html#inline_modifiers (see (?imsxr-imsxr) section).
(?i) and (?-i) work brilliantly even without using the checkbox to switch on/off case insensitiveness, but options (?m) and (?s) didnt work for me. (?m) (= /m) is not that interesting, since it is less useful, but (?s) would be nice. Anyway i am sure you will address 'dot matches all' issue in upcoming releases. thanks Adam -- <http://forum.pspad.com/read.php?2,33016,40208> PSPad freeware editor http://www.pspad.com
