Regex tokens for start/end of string not working? #23169
Unanswered
andarotajo
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm really new to vector and trying to get my first file log working and stumbled upon this problem when playing around with the VRL playground. I have the following event:
Parsing it with the following script didn't work:
But when I remove the
^
and$
from the beginning and end of the regex it works. Am I just doing something wrong here?Beta Was this translation helpful? Give feedback.
All reactions