#
regexp
Here are 689 public repositories matching this topic...
-
Updated
Aug 15, 2019 - TypeScript
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
Sep 15, 2021 - 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
Nov 18, 2021 - Rust
-
Updated
Dec 15, 2020
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
-
Updated
Sep 29, 2021 - 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
Nov 6, 2021 - C
Onigmo is a regular expressions library forked from Oniguruma.
-
Updated
Sep 27, 2021 - C
Optimised tokenizer/lexer generator! 🐄 Uses /y for performance. Moo.
-
Updated
Nov 13, 2021 - JavaScript
Generate strings that match a given regular expression
-
Updated
Mar 23, 2021 - Ruby
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.
matching
regex
regexp
match
glob
regular-expression
find
matcher
glob-pattern
multimatch
minimatch
micromatch
node-glob
globber
-
Updated
Nov 3, 2021 - JavaScript
A tiny (394B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` 🙇♂️
-
Updated
Aug 16, 2021 - JavaScript
A full-featured regex engine in pure Go based on the .NET engine
-
Updated
Jul 16, 2021 - Go
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
Nov 1, 2021 - Java
Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.
-
Updated
Sep 3, 2021 - JavaScript
Your RegEx companion.
javascript
helper
library
typescript
functional
js
tool
regex
regexp
regular-expression
ts
rex
chainable
rexjs
regex-companion
-
Updated
Aug 26, 2021 - 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
Sep 17, 2021 - Rust
A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.
-
Updated
Sep 14, 2021 - JavaScript
Replace loader for Webpack
-
Updated
Jun 28, 2021 - JavaScript
Anteater - CI/CD Gate Check Framework
devops
circleci
security-audit
travis-ci
regexp
malware
developer-tools
devops-tools
scanning
gate
jenkins-pipeline
devsecops
virus-total
anteater
development-enviroment
-
Updated
Jul 2, 2021 - Python
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.