06-12-2009 10:51 AM - edited 03-04-2019 05:06 AM
Hi,
i need the help of an expert Regular Expression guy :)
i just need to confirm the below regular expressions:
^111_[0-9]+$ -> AS111 directly connected customers
^111(_[0-9]+)?$ -> AS111 and/or its directly connected customers
^[0-9]+$ -> My Directly connected ASs
^[0-9]+(_[0-9])?$ -> My Directly connected ASs and/or their customers
06-12-2009 11:45 AM
Hi Samer,
This is correct except the last one, it should be:
^[0-9]+(_[0-9]+)?$
HTH,
jerry
06-12-2009 11:54 AM
Thank you a lot for your quick reply
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide