Help for this page

Select Code to Download


  1. or download this
    qr"..." delimiters) normalizes the expression -- re-orders the content
    +s as in your examples.</p>
    
    <p>And my attempts to requote (using <c>\"
    
  2. or download this
    |abd| matches |(?^u:a[bc]d)|: yes
    |acd| matches |(?^u:a[bc]d)|: yes
    |abcd| matches |(?^u:a[bc]d)|: no
    |a[bc]d| matches |(?^u:a[bc]d)|: no