Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Regular Expression 2
Message
 
To
28/04/2006 10:47:54
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01116764
Message ID:
01117597
Views:
14
>I'm sorry
>
>I try generate this when I pass this string
>
>ADT MEX AV BOG515.00Y AV MEX515.00Y NUC1030.00END ROE1.00AV
>
>the regex.ismatch have equal to true.
>
>Thanku.

What is wrong with Regex.IsMatch? This works for me:
lcString="ADT MEX AV BOG515.00Y AV MEX515.00Y NUC1030.00END ROE1.00AV"
lcString2="AV BOG515.00Y AV MEX515.00Y"

MsgBox(Regex.IsMatch(lcString, lcString2))   'returns TRUE
Please, show your code exactly, and show what line does not work as you expect.
Previous
Reply
Map
View

Click here to load this message in the networking platform