Pattern
/\b[A-Z][A-Z0-9_]{2,}\b/Sample text
NODE_ENV=production API_KEY missing lowercase skipTest this pattern in the editor
UPPER_SNAKE names used in shells and dotenv.
/\b[A-Z][A-Z0-9_]{2,}\b/NODE_ENV=production API_KEY missing lowercase skipTest this pattern in the editor
Require length and mixed character classes (demo only).
13–19 digit groups (Luhn not validated).
MAJOR.MINOR.PATCH with optional pre-release.
7–40 hex characters typical of git commits.
Three base64url segments separated by dots.
Longish base64 strings with optional padding.