SigServer:SignatureMath: Difference between revisions

Jump to navigation Jump to search
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 uppercase. 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.
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: