diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index e9181338742..3a8581d2050 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -12048,7 +12048,11 @@ table2-mapping like_regex - Tests pattern matching with POSIX regular expressions + + Tests pattern matching with POSIX regular expressions + (). Supported flags + are i, s, m, + x and q. ["abc", "abd", "aBdC", "abdacb", "babc"] $[*] ? (@ like_regex "^ab.*c" flag "i") "abc", "aBdC", "abdacb"