speakingurl
speakingurl copied to clipboard
Add an option to disable currencies
Hello,
I'm trying to make speakingurl remove $ from strings instead of replacing it with usd. Options.symbols doesn't seem to change anything.
speakingurl("test 123 $123", {
symbols: false
}); // => 'test-123-usd123'
I will check it soon, thanks for reporting.