Câu 2: Salesforce Certified MuleSoft Developer I
A function named toUpper needs to be defined that accepts a string named userName and returns the string in uppercase. What is the correct DataWeave code to define the toUpper function?
Nội dung câu hỏi
A function named toUpper needs to be defined that accepts a string named userName and returns the string in uppercase. What is the correct DataWeave code to define the toUpper function?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. var toUpper(userName) = upper(userName)
- B. fun toUpper(userName) = upper(userName) — đáp án hiện tại
- C. var toUpper(userName) -> upper(userName)
- D. fun toUpper(userName) -> upper(userName)
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.