Help for this page

Select Code to Download


  1. or download this
    /#.*#/ and next;       # same row
    
  2. or download this
      /#(?:.{$gap}..)*.{$gap}.#/s and next; # same column
    
  3. or download this
    push @queue, "$`#$'" =~ s/$&/\l$&/gr while /$&/g;
    
  4. or download this
    print 'yes' if 'a' =~ /(b|)/;