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 18c33c3 commit 60a9718Copy full SHA for 60a9718
src/main/java/com/tupilabs/human_name_parser/Name.java
@@ -81,7 +81,7 @@ public String chopWithRegex(String regex, int submatchIndex) {
81
Pattern pattern = Pattern.compile(regex);
82
Matcher matcher = pattern.matcher(this.str);
83
84
- // workdaround for numReplacements in Java
+ // workaround for numReplacements in Java
85
int numReplacements = 0;
86
while (matcher.find()) {
87
numReplacements++;
0 commit comments