Help for this page

Select Code to Download


  1. or download this
    $string =~ /x{<code goes here>}/
    
  2. or download this
    $string =~ /(a+)x{(??{length $1})}/
    
  3. or download this
    $string =~ /(a+)(??{$1 =~ s/a/x/gr})/