|
You are here |
blog.burntsushi.net | ||
| | | | |
swtch.com
|
|
| | | | | ||
| | | | |
docs.rs
|
|
| | | | | This crate exposes a variety of regex engines used by the `regex` crate. It provides a vast, sprawling and "expert" level API to each regex engine. The regex engines provided by this crate focus heavily on finite automata implementations and specifically guarantee worst case `O(m * n)` time complexity for all searches. (Where `m ~ len(regex)` and `n ~ len(haystack)`.) | |
| | | | |
github.com
|
|
| | | | | A low level regular expression library that uses deterministic finite automata. - BurntSushi/regex-automata | |
| | | | |
github.com
|
|
| | | Regular expressions processor in JavaScript. Contribute to DmitrySoshnikov/regexp-tree development by creating an account on GitHub. | ||