in reply to Re: Perl Regex Match (Compare Only AlphaNumeric)
in thread Perl Regex Match (Compare Only AlphaNumeric)
Please consider this scenario.
I have a string which have its value with only alphanumerics & No spaces or new lines. So I want to take this and match with another string which has a value which includes spaces, newlines etc.... So I want to match that alphanumeric and take only the desired output.