Skip to content

parse_group : regex_string

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

regex_string

  • value: a regular expression string
  • type: string
  • default value: none
  • valid values: any valid string that conforms to JSON specifications
  • special cases: none
  • notes: You must escape all escape characters. Meaning you must replace '\' with '\\'
  • entry example:
    "regex_string" : "^(\\s*)WAVEFUNCTION NORMALIZATION =.*$"

Clone this wiki locally