Question: Which regex command was used to convert the input string 1 2 3 4 to Y ? a . REGEX _ Replace ( [ Input

Which regex command was used to convert the input string 1234 to Y?
a. REGEX_Replace([Input],"||(??d+)'',?'Y')
b. REGEX_Replace([Input],"|(\d*)",'Y')
c. REGEX_Replace([Input],"|(\d)>",'Y')
d. REGEX_Replace([Input],"(\d)>",'Y')
Which regex command was used to convert the input

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!