FirstPosition
FirstPosition(expression, pattern-matcher)
returns the first subexpression of
expression
for whichpattern-matcher
is matching.
FirstPosition(expression, pattern-matcher, default)
if
pattern-matcher
is not matching, thedefault
value will be returned.
Examples
Implementation status
- ✅ - full supported