diff --git a/functions-and-operators/string-functions.md b/functions-and-operators/string-functions.md index d14b2e7b815de..cdb659e507141 100644 --- a/functions-and-operators/string-functions.md +++ b/functions-and-operators/string-functions.md @@ -1331,7 +1331,6 @@ The `REGEXP_INSTR(str, regexp, [start, [match, [ret, [flags]]]])` function retur If either the `str` or `regexp` is NULL then the function returns NULL. If both arguments are NULL then the functions returns NULL. - Examples: In the example below you can see that the `^.b.$` matches `abc`.