in reply to Re: Re: Re: Zipcode Regex Help
in thread Zipcode Regex Help

For zipcode 12345, I would expect it return 1, since only (12345) matched, and not (6789), but I guess because of the '?' in (6789)?, it counts it as a match.