Which two AS paths will match?

Given the following regular expression:
(14203121870)

Which two AS paths will match? (Choose two.)

Given the following regular expression:
(14203121870)

Which two AS paths will match? (Choose two.)

A.
1045814203

B.
21870

C.
10458 21870 21870

D.
27522 14203 21870

Explanation:



Leave a Reply 4

Your email address will not be published. Required fields are marked *


JML

JML

How are these answers derived?

jslaven

jslaven

(14203|21870) Is there supposed to be a pipe “|” between the 14203 and 21870?
And a space between 10458 and 14203?

testokhan

testokhan

well, if we just put | sign in between the expression (14203|121870″
the two matches are :14203

Test Target String matches()replaceFirst()replaceAll()lookingAt()find()n [start),endn)] group(n)
1 21870 No 21870 21870 No No
2 1045814203 No 10458 10458 No Yes 0: [5,10] 14203

3 21870 No 21870 21870 No No
4 10458 21870 21870 No 10458 21870 21870 10458 21870 21870 No No
5 27522 14203 21870 No 27522 21870 27522 21870 No Yes 0: [6,11] 14203