regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
Gitlab GraphQl query finder
Published on Tue Mar 01 2022
Searches for the first list element in a graphql query, which allows for filtering and pagination, except for the group node
Regex
Test String
{ group(fullPath: "volit") { labels { nodes { title id } } } }
Additional matching regexes for
Gitlab GraphQl query finder
Gitlab GraphQl query finder
Searches for the first list element in a graphql query, which allows for filtering and pagination, except for the group node
Year regexp
regexp for year filtering
Liberal Email Address
Very simple & basic. More forgiving, less stringent. Allows anything which looks reasonably valid. Allows one at-symbol. Requires a two part hostname (i.e.
[email protected]
is not allowed)
Comparison of decimals with operators such as <, >, !=, ==, <>
Regex expression for comparing decimal numbers with the usual comparison operators such as < (less than), <= (less than or equal to), > (greater than), >= (greater than or equal to), != (not equal to), == (equal to), ... The regex also allows filtering of data from e.g. a database, whereby the first value is not needed, e.g. [FIELD] < 100
Select first letter of words
Selects first letter of space separted word with exceptions. This allows bypassing `'s` and such. Forcing separating charter can be set at `[\s&\/]` $1: separating part $2: first letter of a word
HTML color search
Searches for hex colors in HTML code.
Regex
Match an element from a list
[php] url hard match
preg_math_all only. ex.: http://doman.com, http://doman.com/, http://doman.com/?query=1,http://doman.com?query=1, domain.com, doman.com?query=1 and other
trino kill query
trino kill query
Search needle by position
Searches for needle starting from an exact position