Open pcktm opened 4 years ago
Hello, I'm trying to make speakingurl remove $ from strings instead of replacing it with usd. Options.symbols doesn't seem to change anything.
$
usd
speakingurl("test 123 $123", { symbols: false }); // => 'test-123-usd123'
I will check it soon, thanks for reporting.
Hello, I'm trying to make speakingurl remove
$
from strings instead of replacing it withusd
. Options.symbols doesn't seem to change anything.