Open theNerd247 opened 1 year ago
findr({source: " ", target: " ", replacement: ""}) should produce "" as the new text. However, it produces " " as the resulting replaced text.
findr({source: " ", target: " ", replacement: ""})
""
" "
findr({source: " ", target: " ", replacement: ""})
should produce""
as the new text. However, it produces" "
as the resulting replaced text.