The Regex Library |
||
Converting Text to Upper/Lower CaseMaking a string into all lower or upper case characters This snipet will take a string and convert all the letters to lower case using the tr (translate) semi-regexish command. This snipet will take a string and convert all the letters to upper case using the tr (translate) semi-regexish command. |
||
This site hand-coded for your protection. |