File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ calling a function will be undefined if:
184
184
185
185
| Function | Description |
186
186
| :--- | :--- |
187
- | ` Coalesce(p0, p1, ..pN) ` | Returns the first defined, non-null argument. |
188
- | ` Concat(s0, s1, ..sN) ` | Concatenate two or more strings; all strings must be defined and non-null . |
187
+ | ` Coalesce(p0, p1, [ ..pN] ) ` | Returns the first defined, non-null argument. |
188
+ | ` Concat(s0, s1, [ ..sN] ) ` | Concatenate two or more strings. |
189
189
| ` Contains(s, t) ` | Tests whether the string ` s ` contains the substring ` t ` . |
190
190
| ` ElementAt(x, i) ` | Retrieves a property of ` x ` by name ` i ` , or array element of ` x ` by numeric index ` i ` . |
191
191
| ` EndsWith(s, t) ` | Tests whether the string ` s ` ends with substring ` t ` . |
You can’t perform that action at this time.
0 commit comments