1,633
edits
mNo edit summary |
mNo edit summary |
||
Line 303: | Line 303: | ||
==== uppercase ==== | ==== uppercase ==== | ||
''string'' '''uppercase'''(''mixed'' value[, ''string'' options]) | ''string'' '''uppercase'''(''mixed'' value[, ''string'' options]) | ||
If only first argument is specified it converts all the characters to | If only first argument is specified it converts all the characters to upper case. The second argument may be "first" or "words". If it is "first" only the string's first character will be converted. If it is set to "words", every word's first character will be converted. | ||
Example: | Example: |
edits