The ? makes anything preceeding it optional. Please note, I did not test this in hubspot.
Edit: if you want to account for query strings and tracking codes, then you could remove the $ at the end of the regex above and add the following code to the end: (?:\?.*)?
I like kudos almost as much as cake – a close second.
The ? makes anything preceeding it optional. Please note, I did not test this in hubspot.
Edit: if you want to account for query strings and tracking codes, then you could remove the $ at the end of the regex above and add the following code to the end: (?:\?.*)?
I like kudos almost as much as cake – a close second.
Regex for Contact has viewed at least one URL that matches regular expression
SOLVE
Thanks @tjoyce. @helenechoo, here are some questions for you to answer before any of us can help: Is this a text field, url field, or link field? Are you developing locally or in the hs IDE?
I like kudos almost as much as cake – a close second.