Regex · @mention · Free
@mention regex.
Matches an @-mention handle of up to 30 letters, digits, or underscores. Copy the pattern below, see what it matches, then tweak it for your exact case with the free generator.
The pattern
/@[A-Za-z0-9_]{1,30}/g
✓ Matches
@jane@ai_builder@user123✗ Doesn't match
email@x.com@@ spaceNeed a variation? Generate one
Other common patterns
Parsing and pattern-matching are everywhere in AI systems. MindloomHQ teaches you to build them for real — agents, RAG, pipelines — with projects and certificates.
Explore MindloomHQ →