Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Wildcards for string comparison?

Hi,
I have a series of binary numbers as strings - is there a wildcard I can use for string comparisons so that only certain digits need to the same? For instance,
my test string is "?1??0?" - how do I find only strings in which only the digits that are actually numbers match? (so 0001000 would match, for instance..)
Cheers.
[338 byte] By [Lithic] at [2007-11-11 7:00:38]
# 1 Re: Wildcards for string comparison?
Try using Regular Expressions...
They rock

--
kk
karthikeyan_r01 at 2007-11-11 21:49:40 >