Tagged “string”
-
TIL a helper to make things uppercase javascript helper string
ucWords function converts the first character of each word in a string to uppercase. This function is the same as PHP’s ucWords function.
-
TIL startWith mdn javascript string
Getting a boolean result of true or false, depending on if the string startsWith a specific substring
See all tags.