string containing zero or more single-letter flags that change the
function's behavior. Flag i> specifies case-insensitive
matching, while flag g> specifies replacement of each matching
- substring rather than only the first one. Other supported flags are
+ substring rather than only the first one. Supported flags (though
+ not g>) are
described in .
string containing zero or more single-letter flags that change the
function's behavior. Flag g> causes the function to find
each match in the string, not only the first one, and return a row for
- each such match. Other supported
- flags are described in .
+ each such match. Supported flags (though
+ not g>)
+ are described in .