VQL Reference Frequently Used split split Function Arg Description Type string The value to split string (required) sep The separator regex that will be used to split string sep_string The separator as string that will be used to split string Description Splits a string into an array based on a regexp separator.