Splits an input string into a dynamic array of strings (which are assumed to be numbers). The SplitNumbers function uses the delimiters plus the special delimiters of '+' and '-' to split the string (e. g. , the string '100+99' is two numbers and is valid)
Namespace: RSSVGUtils
Delphi |
function SplitNumbers(const S, Delimiters: string): TStringDynArray; |
Parameters
S
Type: string
Delimiters
Type: string
Type: TStringDynArray
Reference |