Help for this page

Select Code to Download


  1. or download this
    /k\s*i\s*t\s*t\s*e\s*n/;
    
  2. or download this
    my $string = 'kitten';
    my $regex = join '\s*', split //, $string;
    /$regex/;