$ rebar build -e '^rust/regex$' Run all benchmarks for this crate as tests (each benchmark is executed once to ensure it works): $ rebar measure -e '^rust/regex$' -t Record measurements for all benchmarks and s
Updated Mar 25, 2025 Rust sharkdp / fd Sponsor Star 38.3k Code Issues Pull requests Discussions A simple, fast and user-friendly alternative to 'find' search rust cli terminal command-line tool filesystem regex hacktoberfest Updated Jun 2, 2025 Rust helix-editor / helix Star 37.9...
ilai-deutel/kibi - A tiny (≤1024 LOC) text editor with syntax highlighting, incremental search and more. Lapce - A modern editor with a backend. Taking inspiration from the discontinued xi-editor. mathall/rim - Vim-like text editor. ox - An independent Rust text editor that runs in...
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. - Issues · rust-lang/regex
(in Rust, the regex crate, though a similar approach would certainly be possible using RE2 or the Goregexppackage). Then there's an analysis which decides for each subexpression whether it is "hard", or can be delegated to the NFA matcher. At the moment, it is eager, and delegates ...
Rust CJex/regulex Star5.8k Code Issues Pull requests 🚧 Regular Expression Excited! javascripttypescriptdiagramregexregexpregular-expressionregulex UpdatedJul 12, 2022 TypeScript VincentSit/ChinaMobilePhoneNumberRegex Star4.8k Regular expressions that match the mobile phone number in mainland China. / ...
Rust's regex engine uses finite automata, SIMD and aggressive literal optimizations to make searching very fast. (PCRE2 support can be opted into with the -P/--pcre2 flag.) Rust's regex library maintains performance with full Unicode support by building UTF-8 decoding directly into its ...
Rust bindings for the Oniguruma regex library, a powerful and mature regular expression library with support for a wide range of character sets and language syntaxes. Oniguruma is written in C. This repository provides two crates: onig-sys which provides the raw Rust FFI bindings, and onig, ...
Node.jsnpm install sqlite-regex Denodeno.land/x/sqlite_regex Rubygem install sqlite-regex Github Release Rustcargo add sqlite-regex TheReleases pagecontains pre-built binaries for Linux x86_64, MacOS, and Windows. If you want to usesqlite-regexas aRuntime-loadable extension, Download theregex0...
aykutkardas / regexlearn.com Sponsor Star 3.8k Code Issues Pull requests Discussions Learn RegEx step by step, from zero to advanced. tutorial tool guide regex regexp learn Updated Apr 20, 2025 TypeScript rust-lang / regex Star 3.7k Code Issues Pull requests Discussions An implementati...