BoMRegex parameters

  • column : [string] (default: '') Name of the column to apply the regular expression. Use _field_lcsc_part to get the value defined in the global options.

  • field : Alias for column.

  • invert : [boolean] (default: false) Invert the regex match result.

  • match_if_field : [boolean] (default: false) Match if the field exists, no regex applied. Not affected by invert.

  • match_if_no_field : [boolean] (default: false) Match if the field doesn’t exists, no regex applied. Not affected by invert.

  • regex : [string] (default: '') Regular expression to match.

  • regexp : Alias for regex.

  • skip_if_no_field : [boolean] (default: false) Skip this test if the field doesn’t exist.