#
regexp
Here are 749 public repositories matching this topic...
A command-line tool and library for generating regular expressions from user-provided test cases
rust
cli
terminal
tool
regex
regexp
regular-expression
regex-pattern
command-line-tool
rust-library
regular-expressions
rust-crate
rust-cli
-
Updated
May 26, 2022 - Rust
-
Updated
Aug 15, 2019 - TypeScript
Melody is a language that compiles to regular expressions and aims to be more easily readable and maintainable
-
Updated
May 7, 2022 - Rust
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
rust
automata
regex
regexp
nfa
automaton
regular-expressions
dfa
regex-engine
regex-syntax
regex-parser
-
Updated
May 20, 2022 - Rust
-
Updated
Mar 12, 2022
-
Updated
May 29, 2022 - TypeScript
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
-
Updated
Apr 1, 2022 - JavaScript
-
Updated
Nov 12, 2019 - Go
DFA regular expression library & friends
automata
regexes
fsm
compiler
regex
regexp
lex
finite-state-machine
lexer
lexical-analysis
compilers
lexing
compiler-principles
lexer-generator
nfa
regex-validator
finite-state-automata
finite-state-machines
dfa
-
Updated
May 23, 2022 - C
Optimised tokenizer/lexer generator! 🐄 Uses /y for performance. Moo.
-
Updated
May 22, 2022 - JavaScript
Onigmo is a regular expressions library forked from Oniguruma.
-
Updated
Sep 27, 2021 - C
Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. Used by GraphQL, Jest, Astro, Snowpack, Storybook, bulma, Serverless, fdir, Netlify, AWS Amplify, Revogrid, rollup, routify, open-wc, imba, ava, docusaurus, fast-glob, globby, chokidar, anymatch, cloudflare/miniflare, pts, and more than 5 million projects! Please follow picomatch's author: https://github.com/jonschlinkert
matching
regex
regexp
match
glob
regular-expression
find
matcher
glob-pattern
multimatch
minimatch
micromatch
node-glob
globber
fdir
fast-glob
-
Updated
Apr 21, 2022 - JavaScript
A full-featured regex engine in pure Go based on the .NET engine
-
Updated
May 2, 2022 - Go
Generate strings that match a given regular expression
-
Updated
Mar 23, 2021 - Ruby
A tiny (394B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` 🙇♂️
-
Updated
May 23, 2022 - JavaScript
The fast scanner generator for Java™ with full Unicode support
java
flex
parsing
cup
scanner
regexp
tokenizer
grammar
antlr
maven-plugin
bazel-rules
lexer
yacc
lexer-generator
nfa
dfa
lexical-analyzer
dfa-minimization
scanner-generator
lalr-grammar
-
Updated
Apr 20, 2022 - Java
nodejs
javascript
map
json
library
algorithm
typescript
parsing
functional-programming
regex
regexp
filter
glob
regular-expression
path
recursion
data-structures
wildcard
globbing
globstar
-
Updated
May 24, 2022 - JavaScript
Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.
-
Updated
Dec 29, 2021 - JavaScript
Your RegEx companion.
javascript
helper
library
typescript
functional
js
tool
regex
regexp
regular-expression
ts
rex
chainable
rexjs
regex-companion
-
Updated
Apr 12, 2022 - TypeScript
An ESLint plugin for writing better regular expressions.
-
Updated
Oct 11, 2021 - TypeScript
-
Updated
Aug 17, 2021 - JavaScript
A low level regular expression library that uses deterministic finite automata.
-
Updated
May 24, 2022 - Rust
Open
stringi cheat sheet
2
Describe the regexp under the cursor
-
Updated
Apr 20, 2022 - Lua
cLoki: like Grafana Loki, but for Clickhouse
-
Updated
May 14, 2022 - JavaScript
Improve this page
Add a description, image, and links to the regexp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the regexp topic, visit your repo's landing page and select "manage topics."
Are there any cheat sheets of stringi available? Like this one of stringr: http://edrub.in/CheatSheets/cheatSheetStringr.pdf
It would be more efficient to have a cheat sheet since R base, stringr, and stringi have different but similar types of syntax, which could be confusing some times.