in reply to Re: Regex Matching
in thread Regex Matching

There is no need to write {20,20} in your regex. {20} means the same, is less typing, and, IMO, easier to read.

-- Abigail