FilenameParser.CapText Method
A MatchEvaluator for the regular expression replace, which capitalizes the text that was matched.
[Visual Basic]
Public Shared Function CapText( _
ByVal
m As
Match _
) As
String
Parameters
-
m
- The matched Text.
Return Value
Capitalized version of the matched text.
See Also
FilenameParser Class | ID3Sync.IO Namespace