Returns a word at the specified location from a string sentence. Words are defined by the delimiters (space by default).
Namespace: HelperFunctions
Delphi |
function ExtractWord( S: String; WordNum: Integer = 0; Delimiters: String = ' ' ): String; |
Parameters
S
Type: String
WordNum
Type: Integer
Delimiters
Type: String
Type: String
Reference |