Case Conversion
The Case conversion action allows for changing the upper and lower case of the selected Field.
Supported conversions are:
- lower case changes all characters to lower case.
- Mixed Case changes the first character of each word to upper case and all other characters to lower case.
- Sentence changes the first character of the string to upper case and all other characters to lower case.
- UPPER case changes all characters to upper case.
Words begin after any of specifies characters which mark the beginning of a new word.
Special Fields
_TAG
covers all tag fields_FILENAME
denotes the file name of the file_DIRECTORY
denotes the parent directory of the file_ALL
contains both_TAG
and_FILENAME
(not_DIRECTORY
)_FIELDNAME
denotes the field names of the tags (APEv2 or VorbisComments only).