summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatterns/stderrBaselines/PrintalistofavailableregexpflagsTheavailableflagsareformattedinacomplexway..txt
blob: ff544022310dde5d1ab6b5c6a8bf343733438661 (plain)
1
2
3
4
5
Error FORX0001 in file:///home/fenglich/dev/qt-xslt/tests/auto/xmlpatterns/queries/invalidRegexpFlag.xq, at line 1, column 1: I is an invalid flag for regular expressions. Valid flags are:
i - Matches are case insensitive
m - ^ and $ match the start and end of a line.
s - . matches newline characters
x - Whitespace characters are removed, except when they appear in character classes