RegexHQ
Grow your team on GitHub
GitHub is home to over 40 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
-
rgba-regex
Regex for matching RGBA color strings.
-
word-regex
Regular expression for matching words in a string. Support for english, CJK and Cyrillic.
-
-
path-root-regex
Regular expression for getting the root of a posix or windows filepath.
-
regex-username
Regular expression for usernames
-
quoted-string-regex
JavaScript regular expression for matching a quoted string.
-
rgb-regex
Regex for RGB color strings.
-
phone-regex
A regular expression for matching phone numbers.
-
requires-regex
Forked from jonschlinkert/requires-regexRegular expressions for matching node.js require statements.
-
youtube-regex
Best YouTube Video ID regex. Online: https://regex101.com/r/rN1qR5/2 and http://regexr.com/3anm9
-
credit-card-regex
Forked from kevva/credit-card-regexRegular expression for matching credit card numbers
-
punctuation-regex
Regular expression for matching punctuation characters.
-
es6-template-regex
Regular expression for matching es6 template delimiters in a string.
-
dotdir-regex
Regex for matching dot-directories, like ".git/" or ".github/"
-
copyright-regex
Regular expression for matching and parsing copyright statements.
-
dotfile-regex
Regular expresson for matching dotfiles.
-
filename-regex
Regular expression for matching file names, with or without extension.
-
hex-color-regex
Regular expression for matching hex color values from string.
-
whitespace-regex
Regular expression for matching the whitespace in a string.
-
delimiter-regex
Forked from jonschlinkert/delimiter-regexGenerate template delimiters for string interpolation.
-
unc-path-regex
Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.
-
todo-regex
Regular expression for matching TODO statements in a string.
-
hsla-regex
Regex for matching HSLA color strings.
-
hsl-regex
Regex for matching HSL color strings.
-
coverage-code-regex
Regular expression (regex) for matching ugly code that coverage tools add during the test process. Like this one `__cov_Ejgcx$XN18CSfmeWn$f7vQ.f['2']++;`
-
function-regex
Function regex. Regular expression for matching function parts. Expose match groups for function name, arguments and function body.
-
glob-path-regex
Regular expression for matching the path parts in a glob pattern.
-
dirname-regex
Regular expression for matching the directory part of a file path.
-
regex-email
Regular expression for email
-
path-regex
Regular expression for matching the parts of a file path.