This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
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")
Author
u/innovate7
Strong
11 years old ยท 1k karma
Account strength
90%
Age
11 years
Total karma
1k
Comment karma
1k
Signals
Verified email
Verified flair
Profile refreshed 1 year ago
Posts refreshed 3 days ago
Subreddit
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
- 9 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/regex/comme...