extract the value contained in the first group
regex to use for a step with a partial function
regex to use for a step with a partial function
remove value markers ${} from the text
change the regexps
A Regular expression step which takes a text and extracts meaningful values according to a regular expression:
- either a user-defined expression for the *full text to extract*: e.g. "Given the following number: (.*)" - or a default regex for groups capturing value delimited with
${}It provides methods to extract either all the groups as a list, or a number of values as a tuple