Help for this page

Select Code to Download


  1. or download this
    local our $limit = 10;
    /($re)(?(?{ length($^N) > $limit })(?!))/
    
  2. or download this
    /((?>$re))(?(?{ length($^N) > $limit })(?!))/