Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

input

descregexdatatypematchingnot matching
Adequals 'Ad'/^Ad/gstringAdadmin, monica
Ad*startswith 'Ad'/^Ad.*/gstringAdmin, Addadmin, monica
*Adendswith 'Ad'/.*Ad$/gstringmkisdAdmkdisad, youtube
*Ad*contains 'Ad'/.*Ad.*/gstringmmAdkias, mmAdadmin, monica
*Ad*s*contains 'Ad' something 's' something/.*Ad.*s.*/gstringAdmins, Ads, fAdsAdmin, admins
?Ad?s*startswtith starts with single any char, then followed by 'Ad', another single char, 's' , something/^.Ad.s.*/gstringfAdhs, gAdis, hAdtsabcAdmin, admins
>=19number greater or equal than 19 (since frankfurt)-number20,33001, 11
<=22number smaller or equal than 22 (since frankfurt)-number1, 21, 2223, 553
trueboolean filter  (since frankfurt)-booleantrue

false

falseboolean filter (since frankfurt)-booleanfalsetrue



The rules are described in column “regex” to be tested with Flavor “ECMAScript” regex at this site: https://regex101.com/

...