|
Find text in MIDI and MP3 files
|
Previous Top Next |
| the word is searched in filename (often contains artist and song title) and MP3 ID3 tag fields.
|
|
|
| * match empty or any character sequence
|
| ? match any single character
|
| # match any single digit
|
|
|
| e.g. w*it?e* matches text white
|
|
|
| the given text only matches at beginning of a word and ending of a word (it does not match in middle of a word)
|
| when the pattern contains *, ?, # then the option is ignored
|
| Without this option a pattern text matches also part of words e.g. ike matches also a text like
|
| the pattern text can be written with lower or upper case and still can match e.g. WHITE matches white
|
|
|
|
|
|
|
|
|
|
|