List of questions
Related questions
Question 30 - SPLK-1004 discussion
Which of the following Is valid syntax for the split function?
A.
...| eval split phoneNUmber by '_' as areaCodes.
B.
...| eval areaCodes = split (phonNumber, '_'
C.
...| eval phoneNumber split('-', 3, areaCodes)
D.
...| eval split (phone-Number, '_', areaCodes)
Your answer:
0 comments
Sorted by
Leave a comment first