Help for this page

Select Code to Download


  1. or download this
        /a/
    
  2. or download this
        my $q1;
           $q1 = qr /a(??{$q1})?/;
        my $q2 = qr /^$q1$/;
    
  3. or download this
        /^(?!)*$/
    
  4. or download this
        /^(|)*$/