File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 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).
1515### Documentation
1616
1717[ 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.
2020
2121Documentation with examples for the various matching functions and iterators
2222can be found on the
@@ -192,12 +192,13 @@ assert!(matches.matched(6));
192192### Usage: a regular expression parser
193193
194194This 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.
199200
200- [ Documentation for ` regex-syntax ` with examples ] ( https://docs.rs/regex-syntax ) .
201+ [ Documentation ` regex-syntax ` . ] ( https://docs.rs/regex-syntax )
201202
202203# License
203204
You can’t perform that action at this time.
0 commit comments