ID3-Sync Scripting API

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
[C#]
public static string CapText(
   Match m
);

Parameters

m
The matched Text.

Return Value

Capitalized version of the matched text.

See Also

FilenameParser Class | ID3Sync.IO Namespace