oak-regex 0.0.11

High-performance incremental Regex parser for the oak ecosystem with flexible configuration.
Documentation
1
2
3
4
5
[a-z]+
\d{1,3}
([a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,})
(?:https?://)?(?:www\.)?[a-zA-Z0-9-]+\.[a-zA-Z]{2,}(?:/[^\s]*)?
^([0-9]{1,3}\.){3}[0-9]{1,3}$