Description
Extracts the first value that matches the set mask, returns a string.
Syntaxtarget.strlib.extract1( input, look_for, pos )Parameters
Syntax
target.strlib.extract1( input, look_for, pos )
Parameters
input: String to be parsedlook_for: Regular expression mask that sets parameters for extraction pos: Output parameter which is equal to the starting position of the extracted string
Return valueReturns a string.See alsoPlatform Objects and MethodsTrimGetWordsExtract
Return value
Returns a string.
See also
Platform Objects and MethodsTrimGetWordsExtract
Platform Objects and Methods
Trim
GetWordsExtract