Explore >> Select a destination


You are here

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

Travel
| | I've recently released two new open source regex libraries. Regex+ Regex+ provides a regex template tag for dynamically creating readable, high performance, native JavaScript regular expressions with best practices built-in and powerful/advanced features that improve performance, readability, and maintainability. It's lightweight and supports all ES2025 regex features. Highlights include support for free-spacing and comments, atomic...
| | docs.rs
2.8 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.
| | exploringjs.com
4.0 parsecs away

Travel
| |
| | www.bennadel.com
24.9 parsecs away

Travel
| Ben Nadel's web development blog on ColdFusion, jQuery, HTML5, AJAX, SQL, and all aspects of web application development.