Skip to content

Commit

Permalink
Merge pull request #69 from ciatph/fix/ciatph-67
Browse files Browse the repository at this point in the history
Fix/ciatph 67 - municipality names detection
  • Loading branch information
ciatph authored Aug 23, 2024
2 parents 6944629 + 370145b commit 371baf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/excel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class ExcelFile {
* @returns {Bool} true | false
*/
followsStringPattern (str) {
return /[a-zA-z] *\([^)]*\) */.test(str)
return /[a-zA-Z,.] *\([^)]*\) */.test(str)
}

/**
Expand Down

0 comments on commit 371baf8

Please sign in to comment.