Changes between Version 7 and Version 8 of League/Regexp
- Timestamp:
- Jan 8, 2011, 6:25:02 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
League/Regexp
v7 v8 2 2 3 3 = Regular Expression Engine = 4 5 Regular expression engine uses Perl-style syntax with Unicode extensions. Non-backtracking virtual machine guarantee that regular expression searches run in time linear in the size of the input. 4 6 5 7 == Example program ==