Documentation on multiline option
This commit is contained in:
parent
b057f633ef
commit
8a8e183b80
@ -1235,6 +1235,10 @@ The options can be any combination of >
|
||||
i - case insensitive
|
||||
By default, regular expression matching is case sensitive. With this
|
||||
option, matching is done without regard to case.
|
||||
m - multiline
|
||||
By default, if you select multiple lines, transformations are made
|
||||
on them entirely as a whole single line string. With this option you
|
||||
can work with multi line strings.
|
||||
a - ascii conversion
|
||||
By default, transformation are made on the raw utf-8 string. With
|
||||
this option, matching is done on the corresponding ASCII string
|
||||
|
Loading…
Reference in New Issue
Block a user