mirror of
https://github.com/pikami/cosmium.git
synced 2026-06-15 08:47:18 +01:00
Implement REGEXMATCH function (#15)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
@@ -107,6 +107,7 @@ const (
|
||||
FunctionCallContains FunctionCallType = "Contains"
|
||||
FunctionCallEndsWith FunctionCallType = "EndsWith"
|
||||
FunctionCallStartsWith FunctionCallType = "StartsWith"
|
||||
FunctionCallRegexMatch FunctionCallType = "RegexMatch"
|
||||
FunctionCallIndexOf FunctionCallType = "IndexOf"
|
||||
FunctionCallToString FunctionCallType = "ToString"
|
||||
FunctionCallUpper FunctionCallType = "Upper"
|
||||
|
||||
Reference in New Issue
Block a user