We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b604c6b commit 5195741Copy full SHA for 5195741
README.md
@@ -137,6 +137,17 @@ echo $personMatchResult->getPersonMatchType()->toString(); //will print 'MATCHIN
137
```
138
139
140
+## Email Name Parser
141
+
142
+The Email Name Parser extracts names out of email addresses.
143
144
+```php
145
+$emailNameParser = $serviceFactory->emailServices()->emailNameParser();
146
+$result = $emailNameParser->parse("[email protected]");
147
+echo $result;
148
+```
149
150
151
## Name Formatter
152
153
The Name Formatter displays personal names in the desired form. This includes the order as well as upper and lower case writing.
0 commit comments