Skip to Content
0
Former Member
Apr 07, 2010 at 10:18 PM

Wildcard Matching in Java

57 Views

Hello All,

I wish to match a wildcard ... how that can be achieved?

For eg:- str1 = Number of Ports;

How I can make this work -> str1.equals("Number *") ???

Please help me in fixing the above or a way out to achieve this.

I appreciate your kind help and assistance.

Thanks,

--Abhi