Today I Learned - Rocky Kev

Tagged “string”

  1. TIL a helper to make things uppercase

    ucWords function converts the first character of each word in a string to uppercase. This function is the same as PHP’s ucWords function.

  2. TIL startWith

    Getting a boolean result of true or false, depending on if the string startsWith a specific substring

See all tags.