-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replacement of non strings #4
Comments
(sorry for the delay - I've been on a sort of sabbatical) Weird, I don't see this on my end, but it technically should be failing with numbers. I added your suggestion to coerse it into a String every time. Looking into the other issue now. Thanks for the feedback! |
Not sure I see what you mean with the &. What environment are you running on? I see this on my end:
I added a few more tests based on your issue. Thanks! |
Thanks for this helpful code!
But in line 17 I had to say 'return String(txt).replace …' because of an runtime error with numbers.
And different from your samples I had to use {filter:…} always for the &.
The text was updated successfully, but these errors were encountered: