MU - Upper case
Converts a string to upper case.
Syntax
MU{n}{/string{/p{-q}}}
or
MUm-k{/string{/p{-q}}}
or
MUm,n{/string{/p{-q}}}
Syntax Elements
n The number of lines to process, beginning with the current line. If n is omitted, defaults to the current line.
m -kSpecifies lines m through k.
m ,nSpecifies n lines, starting at line m.
/ A delimiter separating the syntax elements. It can be any nonnumeric character (except a blank, minus sign or hash) that does not appear in string.
Note that if a colon (:) is used as a delimiter, string is anchored to the starting column (see Column Dependent Matching).
string Specifies string to be converted. If omitted, the complete line is converted.
Note that only the first occurrence of string in each line is converted; to convert all occurrences of a string with a single command, use the R (Replace) command.
The caret character (^) can be used within the search string to match any single character (see Wildcard Character for more details).
p Specifies a starting column (see Column Dependent Matching).
q Specifies an ending column. If omitted, defaults to p. Ignored if less than p.
Example
|
|