Skip to content

Commit

Permalink
revert unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Jan 13, 2025
1 parent 7d25c12 commit 9b05791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function _extract_name(name) {
name = name.slice(1, name.length - 1)

name = name
.replace(/\([^)]*\)/g, '') // remove minimal embedded comments
.replace(/\(.*?\)/g, '') // remove minimal embedded comments
.replace(/\\/g, '') // remove all escapes

// remove internal quotation marks
Expand Down

0 comments on commit 9b05791

Please sign in to comment.