in reply to
Regex Validation
Without lookahead or lookbehind:
/^[^:]*(?:::[^:]+)*(?:::)?$/
[download]
Comment on
Re: Regex Validation
Download
Code
In Section
Seekers of Perl Wisdom