eggheadio-github / stack-overflow-copy-paste

Utility functions copy/pasted (and modified slightly) from Stack Overflow
441 stars 606 forks source link

feat(removeAccents): add removeAccents functions with test #163

Closed MauricioRobayo closed 6 years ago

MauricioRobayo commented 6 years ago

Implements method to remove accentuated characters from a string. Based on: https://stackoverflow.com/a/37511463/2002514

Closes #161

codecov-io commented 6 years ago

Codecov Report

Merging #163 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #163   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          57     58    +1     
  Lines         192    193    +1     
=====================================
+ Hits          192    193    +1
Impacted Files Coverage Δ
src/remove-accents.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ec3881e...17ea7ad. Read the comment docs.