You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ See also the original [Regexp::Trie in Perl](https://metacpan.org/pod/Regexp::Tr
22
22
23
23
## Description
24
24
25
-
RegexpTrie takes an arbitrary number of regular expressions and assembles them into a single regular expression (or RE) that matches all that the individual REs match.
25
+
`RegexpTrie` takes an arbitrary number of regular expressions and assembles them into a single regular expression (or RE) that matches all that the individual REs match.
26
26
27
-
In other words, this library provides a limited but optimized version of `Regexp.union()`.
27
+
In other words, this library provides a limited but optimized version of `Regexp.union()`, even thouh there are some incompatibilities with it.
0 commit comments