File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ by [RE2](https://github.com/google/re2).
15
15
### Documentation
16
16
17
17
[ Module documentation with examples] ( https://docs.rs/regex ) .
18
- The module documentation also include a comprehensive description of the syntax
19
- supported.
18
+ The module documentation also includes a comprehensive description of the
19
+ syntax supported.
20
20
21
21
Documentation with examples for the various matching functions and iterators
22
22
can be found on the
@@ -192,12 +192,13 @@ assert!(matches.matched(6));
192
192
### Usage: a regular expression parser
193
193
194
194
This repository contains a crate that provides a well tested regular expression
195
- parser and abstract syntax. It provides no facilities for compilation or
196
- execution. This may be useful if you're implementing your own regex engine or
197
- otherwise need to do analysis on the syntax of a regular expression. It is
198
- otherwise not recommended for general use.
195
+ parser, abstract syntax and a high-level intermediate representation for
196
+ convenient analysis. It provides no facilities for compilation or execution.
197
+ This may be useful if you're implementing your own regex engine or otherwise
198
+ need to do analysis on the syntax of a regular expression. It is otherwise not
199
+ recommended for general use.
199
200
200
- [ Documentation for ` regex-syntax ` with examples ] ( https://docs.rs/regex-syntax ) .
201
+ [ Documentation ` regex-syntax ` . ] ( https://docs.rs/regex-syntax )
201
202
202
203
# License
203
204
You can’t perform that action at this time.
0 commit comments