SAP Certified Associate - Back-End Developer - ABAP Cloud C_ABAPD_2507 Question # 3 Topic 1 Discussion

SAP Certified Associate - Back-End Developer - ABAP Cloud C_ABAPD_2507 Question # 3 Topic 1 Discussion

C_ABAPD_2507 Exam Topic 1 Question 3 Discussion:
Question #: 3
Topic #: 1

Given the following data definitions:

DATA: text TYPE string VALUE 'Date 1972-04-01 is in ISO format'.

DATA: regex TYPE string VALUE '[0-9]{4}(-[0-9]{2})(2}'.

In which of the following functions can you use regular expressions?

(Select 3 correct answers)


A.

reverse( val = text pcre = regex )


B.

match( val = text pcre = regex )


C.

condense( val = text pcre = regex )


D.

matches( val = text pcre = regex )


E.

find( val = text pcre = regex )


Get Premium C_ABAPD_2507 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.