regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
equation matching (for javascript, without equal)
Published on Tue Mar 01 2022
use this to get value of any side of an equation. You can combine this with https://regex101.com/r/fH5kJ1/1
Regex
Test String
5 + 4 * X + X^2 - 2 + X^2
Additional matching regexes for
equation matching (for javascript, without equal)
equation matching (for javascript, without equal)
use this to get value of any side of an equation. You can combine this with https://regex101.com/r/fH5kJ1/1
Equation matching (without equal)
use this to get value of any side of an equation. You can combine this with https://regex101.com/r/fH5kJ1/1
syntaxic equation check
check if two operator follow and if two [xX] follow. You can combine this with https://regex101.com/r/qT7fO0/1
matching value of html src attribute
matching value of html src attribute
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
Url
Port https://regex101.com/library/cX0pJ8 to PCRE2 (PHP >= 7.3)
mega.nz files and folders
Regex for matching https://mega.nz file and folder URLs. https://github.com/tonikelope/megabasterd/issues/215
Url with <a> (param) validation
https://www.google.com http://www.google.net/hello https://www.google.<var> http://www.google.<hello>/hello above url matching with given regex
equation syntaxt check
easy syntax check for equation
iOS Localizable.strings parser
Can be used to find all keys and values in .strings file. Matching pattern: "key" = "value";