phpDocumentor / phpDocumentor/guides
Replace e-mail regex by some thing that matches all e-mail addresses
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36
- Forks
- 22
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 24
Description
E-mailaddresses are more complex than the regex we are using now. According to the RFC of e-mail there are way more options that commonly used by people.
Originally posted by @jaapio in https://github.com/phpDocumentor/guides/pull/573#discussion_r1315190469
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no file, test, or entry point. First locate the current e-mail regex in the PHP guides parser, then review its existing behavior against the relevant RFC requirements. Done means the replacement accepts the intended valid e-mail forms without breaking the parser's current behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100