SiMX Help‎ > ‎The Target Platform‎ > ‎Objects‎ > ‎TARGET Object‎ > ‎target.strlib‎ > ‎

Extract1


Platform Objects


Description

Extracts the first value that matches the set mask, returns a string.


Syntax

target.strlib.extract1( input, look_for, pos )


Parameters


input: String to be parsed
look_for: Regular expression mask that sets parameters for extraction 
pos: Output parameter which is equal to the starting position of the extracted string

Return value


Returns a string.

See also

Platform Objects and Methods
Trim
GetWords
Extract