Skip to content

parse_group : parse_instance

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

parse_instance

  • value: specifies the occurrence of the regex_string to extract values from
  • type: integer
  • default value: -1
  • valid values: any integer value.
  • notes: Python array notation is used.
    • a value of -1 refers to the last instance of the regex_string
    • a value of -2 refers to the second-to-last instance of the regex_string
  • notes: none
  • entry example:
    "parse_instance" : 1

Clone this wiki locally