Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RegEx Question
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Miscellaneous
Thread ID:
01497468
Message ID:
01497470
Views:
61
>>I have this RegEx - "BR[0-9][0-9][0-9]"
>>
>>How do I modify it so tht it works for "BR108" and "CC129" and only those?
>
>
>(BR108|CC129)
>
>
>>
>>Thanks

If the numbers can change, would this work?
(BR[0-9][0-9][0-9]|CC[0-9][0-9][0-9])
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform