|
You are here |
blog.stevenlevithan.com | ||
| | | | |
github.com
|
|
| | | | | 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
|
|
| | | | | ||
| | | | |
docs.rs
|
|
| | | | | 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
|
|
| | | Learn regex the easy way. Contribute to ziishaned/learn-regex development by creating an account on GitHub. | ||