Amazon Web Services Client ID Regular Expression
A regular expression to match an Amazon Web Services (AWS) Client ID, which is a unique identifier for an AWS accountStandardization.
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