Digital Object Identifier Regular Expression
A regular expression to match a Digital Object Identifier (DOI).
Useful regular expressions to match strings like GUID, UUID, Social Security Number (SSN), etc.
A regular expression to match variable names (also called identifiers) in programming languages. /^[a-zA-Z_][a-zA-Z0-9_]*$/ Click To Copy Matches: regexPattern regex_pattern regex Non-matches: regex pattern regex-pattern regex|pattern