home/productivity/prompt-193

PROMPT

GPTClaudeDeepSeek··1,382 copies·updated 2026-07-14
prompt-193.prompt
Implement an email syntactic validator.

- Write it to a single file `email_validate.py` and expose `is_valid_email(s: str) -> bool`.
- Return `True` for a syntactically valid email address, `False` otherwise. A local part, an `@`, and a domain with at least one dot are required; no spaces.

Only what is asked. Do not add a CLI, a class hierarchy, configuration, or unrelated files.

when to use it

Community prompt sourced from the open-source GitHub repo christopherlouet/claude-base (MIT). A "PROMPT" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

christopherlouet/claude-base · MIT