if($str=~/([0-9]+)(?=welcome)to india/) { print "Matched\n"; }