Skip to content

Commit

Permalink
Update functions-and-operators/string-functions.md
Browse files Browse the repository at this point in the history
Co-authored-by: xixirangrang <[email protected]>
  • Loading branch information
dveeden and hfxsd authored Apr 7, 2024
1 parent 7fe7750 commit 6ee6c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions-and-operators/string-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ Return the starting index of the substring that matches the regular expression (

The `REGEXP_INSTR(str, regexp, [start, [match, [ret, [match_type]]]])` function returns the position of the match if the regular expression (`regexp`) matches the string (`str`).

If either the `str` or `regexp` is NULL then the function returns NULL.
If either the `str` or `regexp` is `NULL`, then the function returns `NULL`.

Examples:

Expand Down

0 comments on commit 6ee6c9a

Please sign in to comment.