Help for this page
/k\s*i\s*t\s*t\s*e\s*n/;
my $string = 'kitten'; my $regex = join '\s*', split //, $string; /$regex/;