io
option for &fsm_print.3;.
+ The default is enum re_flags
constants are meaningful
+ to expose to the &cli;.
+ The default is no flags set.
+ The available flags are:Flag | +Value | +Meaning | +
---|---|---|
RE_ANCHORED |
+ Anchor patterns at both start and end,
+ as if by ^ and $
+ (\Z for PCRE). |
+ |
RE_ICASE |
+ Patterns are case insensitive. | +|
RE_SINGLE |
+ Single-line mode.
+ Equivalent to PCRE_DOTALL . |
+ |
RE_EXTENDED |
+
+ Eextended mode.
+ Equivalent to PCRE_EXTENDED . |
+
io
option for &fsm_print.3;.
+ The default is