File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments