\.the literal . (4610 / 568 / 2E16)
zipthe literal text zip (case sensitive) \ban ASCII word boundary
Negated Character Class[^,]* *matches any number of characters outside the set below:
,the literal , (4410 / 548 / 2C16)
(*SKIP)acts like (*PRUNE), but the next unanchored match attempt starts where (*SKIP) was reached instead of at the next subject character
(*F)forces the current match attempt to fail at this position