2
New to Regex, so take it easy on me! :) Trying to categorize cookies based on the character string, but I'm running into an error.
Post Body
I'm trying to categorize each cookie as either: No Capture, SVI (If it's alphanumeric, or AMCV if it's 32 characters and only numbers. However, I'm getting an error with the AMCV case. Can anyone help? Thanks in advance.
CASE("No Capture";isNull(#cleanSVI);"No Capture";MATCHES(#cleanSVI;"[0-9A-Z] \-[0-9A-Z] ");"SVI";MATCHES(#cleanSVI;"[0-9]{32}");"AMCV")
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 7 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/regex/comme...