Splits a string containing no spaces into words, eg. "DateAsAt" will be split to "Date As At".

If the sourceString contains 2 or more upper case letters in a row, these will not be split.

Syntax

ISTextUtilities.SplitWordsAtCapitals(sourceString, [upperCaseFirstLetter], [splitAtNumbers])

Parameters

NameTypeOptionalByRefDescription
sourceString String The String to split.
upperCaseFirstLetter Boolean Optional Indicates whether to always set the First Letter of each word to Upper Case. If omitted, a value of True is assumed.
splitAtNumbers Boolean Optional Indicates whether to Split at Numbers. If omitted, a value of True is assumed.

Return Value

String

A String value.

Member of:
ISTextUtilities
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0