Click or drag to resize

Utils_StringSplitWords Method

Tokenizes the specified string. (words are splitted before every uppercase letter)

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static IEnumerable<string> SplitWords(
	string str,
	bool caseSensitive = true
)

Parameters

str
Type: SystemString
caseSensitive (Optional)
Type: SystemBoolean

Return Value

Type: IEnumerableString
See Also