mirror of
https://github.com/pikami/cosmium.git
synced 2025-12-19 17:00:37 +00:00
Implement STARTSWITH, ENDSWITH functions
This commit is contained in:
@@ -84,6 +84,8 @@ const (
|
||||
FunctionCallIsDefined FunctionCallType = "IsDefined"
|
||||
FunctionCallConcat FunctionCallType = "Concat"
|
||||
FunctionCallContains FunctionCallType = "Contains"
|
||||
FunctionCallEndsWith FunctionCallType = "EndsWith"
|
||||
FunctionCallStartsWith FunctionCallType = "StartsWith"
|
||||
)
|
||||
|
||||
type FunctionCall struct {
|
||||
|
||||
Reference in New Issue
Block a user