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
I've modified my lists.js to add certain words that I want to be all caps.
Now this works for most words, but when I add an apostrophe (') into the lists.js the line with the apostrophe is just ignored & the text isn't converted.
Not sure if this happens for other things like slashes (/) or hashtags (#) or any other characters, but the apostrophe is the most important to me.
The text was updated successfully, but these errors were encountered:
To add to this, there should be a way to capitalize in a custom way.
Where for example you want box -> BoX, that should be possible.
There also needs to be functionality to convert a string of text and replace it with another string..
There also needs to be an AllLowercase list aswell, but this could be in the same list as ^, infact it all could be in 1 list incl the AllCaps list, but that is upto you.
I've modified my lists.js to add certain words that I want to be all caps.
Now this works for most words, but when I add an apostrophe (') into the lists.js the line with the apostrophe is just ignored & the text isn't converted.
Not sure if this happens for other things like slashes (/) or hashtags (#) or any other characters, but the apostrophe is the most important to me.
The text was updated successfully, but these errors were encountered: