Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

_

_: "Regexp"

Optional after

Optional before

Optional next

next should be MiddlewareConfig or "Gather"/"Noop"

Optional nextEach

Optional nextIndex

nextIndex: Array<[string, MiddlewareConfig]> | object

Optional nextList

nextList: MiddlewareConfig[]

regexp

regexp: string | RegExp

RegExp or regexpString

example

option.regexp = /(\w+)=(\w+)/g;
option.regexp = "/(\\w+)=(\\w+)/g";