kindwolf.org Git repositories pecoregex / master document / v1 / examples / compile.out.yaml
master

Tree @master (Download .tar.gz)

compile.out.yaml @masterraw · history · blame

patterns:
- compile: true
  error:
    message: null
    offset: null
  value: ^(?i)hello
- compile: true
  error:
    message: null
    offset: null
  options:
  - PCRE_ANCHORED
  - PCRE_CASELESS
  value: hello
- compile: true
  error:
    message: null
    offset: null
  options:
  - PCRE_CASELESS
  - PCRE_ANCHORED
  value: hello
- compile: false
  error:
    message: missing )
    offset: 6
  value: hello(