Skip to content

Commit 8da7137

Browse files
committed
small docs
1 parent ee54b60 commit 8da7137

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,21 @@ select regex_find();
6161
--
6262
```
6363

64-
<h3 name="regex_replace"><code>regex_replace()</code></h3>
64+
<h3 name="regex_find_all"><code>select * from regex_find_all()</code></h3>
6565

66-
https://docs.rs/regex/latest/regex/struct.Regex.html#method.replace
66+
https://docs.rs/regex/latest/regex/struct.Regex.html#method.find_iter
6767

6868
```sql
69-
select regex_replace();
70-
--
69+
select * from regex_find_all();
7170
```
7271

73-
<h3 name="regex_find_all"><code>select * from regex_find_all()</code></h3>
72+
<h3 name="regex_replace"><code>regex_replace()</code></h3>
7473

75-
https://docs.rs/regex/latest/regex/struct.Regex.html#method.find_iter
74+
https://docs.rs/regex/latest/regex/struct.Regex.html#method.replace
7675

7776
```sql
78-
select * from regex_find_all();
77+
select regex_replace();
78+
--
7979
```
8080

8181
<h3 name="regex_split"><code>select * from regex_split()</code></h3>

0 commit comments

Comments
 (0)