#
regexp
Here are 648 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
Aug 19, 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
Aug 7, 2021 - Rust
-
Updated
Dec 15, 2020
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
-
Updated
Mar 2, 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
Jun 24, 2021 - C
Onigmo is a regular expressions library forked from Oniguruma.
-
Updated
Feb 4, 2021 - C
Generate strings that match a given regular expression
-
Updated
Mar 23, 2021 - Ruby
Optimised tokenizer/lexer generator! 🐄 Uses /y for performance. Moo.
-
Updated
Aug 10, 2021 - JavaScript
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
Jun 14, 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
Aug 1, 2021 - Java
Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.
-
Updated
Nov 1, 2020 - JavaScript
Your RegEx companion.
javascript
helper
library
typescript
functional
js
tool
regex
regexp
regular-expression
ts
rex
chainable
rexjs
regex-companion
-
Updated
Jun 18, 2021 - TypeScript
An ESLint plugin for writing better regular expressions.
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Aug 17, 2021 - JavaScript
A low level regular expression library that uses deterministic finite automata.
-
Updated
Aug 20, 2021 - Rust
Replace loader for Webpack
-
Updated
Jun 28, 2021 - JavaScript
A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.
-
Updated
Aug 16, 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
Extract indicators of compromise from text, including "escaped" ones.
ioc
text-mining
data-mining
command-line
regex
regexp
extract
extraction
command-line-tool
text-processing
iocs
defang
indicators-of-compromise
escaping
-
Updated
Apr 19, 2020 - Go
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.