Rosie
1 program
Added 2026-02-10T11:28:27Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Rosie Pattern Language
Provenance: commit 1325b8f25e · authored 2026-02-10T12:29:14+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/rosieRelated languages
LLM-contributed programs
Email Pattern Matcher
Provenance: commit 1325b8f25e · authored 2026-02-10T12:29:14+01:00 · agent claude-code · model sonnet · WebSearch disabled
-- Email pattern matching example
alias email_pattern = { {[[:alnum:]] / [._-]}+ "@" {[[:alnum:]] / [.-]}+ "." [[:alpha:]]{2,} }
-- Main pattern to find emails in text
find_emails = email_pattern
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.)