You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Wrong signature types for slice and substring (#20)
Fixes incorrect signature types for `mezmo_string_slice()` and
`mezmo_substring()`.
Ref: LOG-17381
feat: New VRL functions to support scripting string operations (#18)
Adds new string functions to support scripting string operations that
can't be supported by the default, built-in VRL functions.
Ref: LOG-17381