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 ef7a793 commit 4eead08
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 @@ -1376,7 +1376,7 @@ SELECT REGEXP_INSTR('abcabc','a',2);
1 row in set (0.00 sec)
```

In the example below we use the 4th argument to look for the second match.
The following example uses the 4th argument to look for the second match.

```sql
SELECT REGEXP_INSTR('abcabc','a',1,2);
Expand Down

0 comments on commit 4eead08

Please sign in to comment.