Skip to content

Commit

Permalink
Update functions-and-operators/string-functions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden authored Apr 4, 2024
1 parent 8c83485 commit fd6365e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions-and-operators/string-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit fd6365e

Please sign in to comment.