Melody
1 program
Added 2026-02-16T12:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 4d4caffc9f · authored 2026-02-16T17:03:45+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/melodyRelated languages
LLM-contributed programs
Email Validation Pattern
Provenance: commit 4d4caffc9f · authored 2026-02-16T17:03:45+01:00 · agent claude-code · model sonnet · WebSearch disabled
// Email validation pattern
<start>;
// Username part
1 of <char> <word>;
some of <word>;
// @ symbol
"@";
// Domain name
1 of <char> <word>;
some of <word>;
// Dot
".";
// TLD (2-6 letters)
2 to 6 of <char>;
<end>;
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)