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 am using the titleize handlebar in one of my application and came to witness that titleize handlerbar doesn't titleize the input string correctly.
For example, if the string is "jon-smith", the titleized version of it should be "Jon-Smith". Another example could be if the string is "a.b", the titleized version should be "A.B'. Input texts which have a space character in them are only titleized correctly. There might be an usecase where a and b in "a,b" are two different words and need to be titleized separately as "A.B", like for instance "jerry.thomas" titleized as "Jerry.Thomas".
Can we have a fix for this? If yes then I'd like to take this up and work on it going forward as I think we'd just need to tweek the regex expression defined in the titleize handlebar.
The text was updated successfully, but these errors were encountered:
Shashwat121
changed the title
Titleize handlerbar doesn
Titleize handlerbar doesn't titleize input string correctly.
Jan 30, 2022
Shashwat121
changed the title
Titleize handlerbar doesn't titleize input string correctly.
Titleize handlebar doesn't titleize input string correctly.
Jan 30, 2022
Hi there, hope you are doing well.
I am using the titleize handlebar in one of my application and came to witness that titleize handlerbar doesn't titleize the input string correctly.
For example, if the string is "jon-smith", the titleized version of it should be "Jon-Smith". Another example could be if the string is "a.b", the titleized version should be "A.B'. Input texts which have a space character in them are only titleized correctly. There might be an usecase where a and b in "a,b" are two different words and need to be titleized separately as "A.B", like for instance "jerry.thomas" titleized as "Jerry.Thomas".
Can we have a fix for this? If yes then I'd like to take this up and work on it going forward as I think we'd just need to tweek the regex expression defined in the titleize handlebar.
The text was updated successfully, but these errors were encountered: