mirror of
https://github.com/pikami/cosmium.git
synced 2025-12-19 17:00:37 +00:00
Implement INDEX_OF function
This commit is contained in:
@@ -86,6 +86,7 @@ const (
|
||||
FunctionCallContains FunctionCallType = "Contains"
|
||||
FunctionCallEndsWith FunctionCallType = "EndsWith"
|
||||
FunctionCallStartsWith FunctionCallType = "StartsWith"
|
||||
FunctionCallIndexOf FunctionCallType = "IndexOf"
|
||||
)
|
||||
|
||||
type FunctionCall struct {
|
||||
|
||||
Reference in New Issue
Block a user