Explore >> Select a destination


You are here

blog.stevenlevithan.com
| | github.com
3.1 parsecs away

Travel
| | JS regexes ? future. A template tag for readable, high-performance, native JS regexes with extended syntax, context-aware interpolation, and always-on best practices. - slevithan/regex
| | exploringjs.com
3.3 parsecs away

Travel
| |
| | docs.rs
3.9 parsecs away

Travel
| | This crate provides a lightweight regex engine for searching strings. The regex syntax supported by this crate is nearly identical to what is found in the `regex` crate. Like the `regex` crate, all regex searches in this crate have worst case `O(m * n)` time complexity, where `m` is proportional to the size of the regex and `n` is proportional to the size of the string being searched.
| | github.com
22.7 parsecs away

Travel
| Learn regex the easy way. Contribute to ziishaned/learn-regex development by creating an account on GitHub.