Explore >> Select a destination


You are here

swtch.com
| | raganwald.com
2.0 parsecs away

Travel
| |
| | blog.burntsushi.net
4.7 parsecs away

Travel
| | I blog mostly about my own programming projects.
| | docs.rs
4.6 parsecs away

Travel
| | This crate provides routines for searching strings for matches of a regular expression (aka "regex"). The regex syntax supported by this crate is similar to other regex engines, but it lacks several features that are not known how to implement efficiently. This includes, but is not limited to, look-around and backreferences. In exchange, 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.
| | wasmbyexample.dev
17.5 parsecs away

Travel
| A hands-on introduction into WebAssembly ( Wasm ). Containing simple wasm examples and wasm tutorials on how to implement concepts and various tasks using WebAssembly.