You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I want to migrate from String.js older (but very important code) used tu sanitize string in our apps but I can't recreate the same usage with voca.
Expected behavior 😸
Hello, I want to migrate from String.js older (but very important code) used tu sanitize string in our apps but I can't recreate the same usage with voca.
Actually I use this with string.js :
And this is the result I want for this strings :
This is really important to keep this sanitized format for us. Without it, all our application is broken for existing data.
Actual behavior 😿
Actually, I converted this function doing this :
But I have problem with text with attached numeric and alphanumeric characters, or with special char between them :
I test many functions and I can't find any voca function to do our sanitized part
Steps to reproduce 👷
Pass the original texts into
snakeCase(latinise(text))
Technical details: 🔧
Browser/OS type: directly in node 18
Node version: latest node 18 LTS
The text was updated successfully, but these errors were encountered: