Subversion Repositories wimsdev

Rev

Rev 11210 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11210 Rev 11220
Line 2... Line 2...
2
tit:upper
2
tit:upper
3
type:$type_both
3
type:$type_both
4
alias:!uppercase, !toupper
4
alias:uppercase, toupper
5
syntax:!upper `string'
5
syntax:!upper `string'
6
mean:Returns `string' with all lower case letters replaced by their uppercase counterparts.
6
mean:Returns `string' with all lower case letters replaced by their uppercase counterparts.