Skip to content

parse_group : parse_multiple_instances

S. Leang edited this page Mar 21, 2017 · 1 revision

parse_multiple_instances

  • value: specifies the number of instances of the regex_string to extract values from
  • type: integer
  • default value: none
  • valid values: any non-zero integer value
  • special cases: none
  • notes: parse_multiple_label must also be specified. Python array notation is used.
    • a value of 5 refers to the first five instances.
    • a value of -5 refers to the last five instances.
  • entry example:
    "parse_multiple_instances" : -5

Clone this wiki locally