$_ = 'password=foo&user=bar'; print $1 if /password=(.+?)&/; [download]
In reply to Re: simple regex question by holli in thread simple regex question by redss