Help for this page

Select Code to Download


  1. or download this
    a+
    
  2. or download this
    (?:a{1,32766})+
    
  3. or download this
    /\G (?: \s++ | \# .*+ )++ /xgc
    
  4. or download this
    /\G (?: (?: \s++ | \# .*+ ){1,32766}+ )+ /xgc
    
  5. or download this
    /\G
       (?: (?:
    ...
    
       ){1,32766}+ )+
    /xgc