ParseParses a string and achieves the necessary values. Description Optionally, you may add comments here describing the purpose of this element.
Variable name Specify the name of the variable that contains the string being parsed.
myval
Ignore case If you check this checkbox, the case of letters will be ignored while searching for limiting strings. You can specify several parsing rules to get several values at once.Prefix string The fragment coming before the value you are searching for.
Variable name The name of the variable the found value will be written to.
Postfix string The fragment following the value being searched for. If you specify no prefix, the value will be taken to the left from Postfix up to the beginning of the line. If you specify no postfix, the value will be taken to the right from Prefix up to the end of the line. Spaces at the end and the beginning of the found value will be deleted. |