Created
February 9, 2020 11:25
-
-
Save jeystaats/88ec4fa505d2a34caf2602c5da2cf805 to your computer and use it in GitHub Desktop.
Regex for detecting criminal names
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[A-Z]+[a-zA-Z^\p{L}\p{M}]++\s[a-zA-Z]\.\s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will find words in sentences and texts like : "Bob B." or names with special characters like "Edúardo C."