UiPath Advanced RPA Developer v1.0 Exam (UiARD) UiPath-ARDv1 Question # 94 Topic 10 Discussion

UiPath Advanced RPA Developer v1.0 Exam (UiARD) UiPath-ARDv1 Question # 94 Topic 10 Discussion

UiPath-ARDv1 Exam Topic 10 Question 94 Discussion:
Question #: 94
Topic #: 10

A developer has created a process that gathers a listing of stock market prices in the following format _USD ().

How should the third line in RegEx Builder be modified to ensure that only items with prices of at least 100 are identified?

UiPath-ARDv1 Question 94


A.

RegEx: One of

Value: 123456789

Quantifiers: Between 2 and 4


B.

RegEx: Any word character

Value: \w

Quantifiers: Exactly 3


C.

RegEx: Digit

Value: \d

Quantifiers: Exactly 3

(Correct)


D.

RegEx: Literal

Value: [0-9]

Quantifiers: At least one (1 or more)


Get Premium UiPath-ARDv1 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.