I have below string:
Values: Fail.123/urs/temp/lib.000
I need to create a regular expression which will not consider the spaces and "". And It should not be case sensitive also.
If I will pass above string (Values: Fail.123/urs/temp/lib.000). it will show the below strings also:
value:Fail.123/urs/temp/lib.000
Value:fail.123 /urs/temp/Lib.000
value:"fail.123 /urs/temp/Lib.000
{}(curly brackets) or"(quotes)? – Rui Jarimba Dec 18 '12 at 9:56