regexmatch.dev
Explore

Save & Share

Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit

email

Published on Tue Mar 01 2022

accept empty spaces at start and end

[email protected]

Additional matching regexes for
email

email

accept empty spaces at start and end

Escape non-Ascii Character

Replace non-ascii characters with empty spaces.

Simple TIN number regex

- Only accept numerics/digits and hyphens, forbidding them at the start and the end of the number, and avoid two consecutive occurrences.

Simple TIN number regex

Only accept numerics/digits and hyphens, forbidding them at the start and the end of the number, and avoid two consecutive occurrences. Assuming the app validates the length.

phone number

accept number , space, . and -

Simple TIN number regex

Only accept numerics/digits and hyphens, forbidding them at the start and the end of the number, and avoid two consecutive occurrences. The length of the input is limited by the app.

Youtube video URL or empty

Matches correct youtube video urls and empty strings.

CSV parsing

matches the exact fields of CSV files supports: qouted fields quoted fields containing commas, doubble quoutes, and newlines empty fields empty records arbitrary white space in, and outside quoted fields

One or more spaces

Find one or more spaces

Alphanumeric and Spaces

Alow alphanumeric characters and spaces