Skip to content

Commit

Permalink
[js] Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Nov 6, 2017
1 parent 00e8bd1 commit 9d28fcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vm/js/nqp-runtime/strip-marks.js
@@ -0,0 +1,2 @@
module.exports = str =>
str.normalize('NFD').replace( /[\u0300-\u036F]|[\u1AB0-\u1AFF]|[\u1DC0-\u1DFF]|[\u20D0-\u20FF]|[\uFE20-\uFE2F]/g, '' )

0 comments on commit 9d28fcc

Please sign in to comment.