unfoldingWord / findr

Open Components for Find and Replace
https://findrjs.netlify.app/
MIT License
0 stars 0 forks source link

Findr does not delete search results if replacement is the empty string #30

Open theNerd247 opened 1 year ago

theNerd247 commented 1 year ago

findr({source: " ", target: " ", replacement: ""}) should produce "" as the new text. However, it produces " " as the resulting replaced text.