@[a-zA-Z0-9_]+ Matches: ✓ @john_doe ✓ @dev123
@[a-zA-Z0-9_]+
Twitter allows up to 15 characters. Add {1,15} to limit: @[a-zA-Z0-9_]{1,15}