regex in single line mode
Bug #569886 reported by
edA-qa
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
TestPlan |
New
|
Undecided
|
Unassigned |
Bug Description
the strMatches function automatically uses multi-line mode if there search string contains newlines. It would be nice to force it not to do this in some cases.
This is mainly so that . matches all characters, right now one can nonetheless use the (?s) flag.
To post a comment you must log in.