in reply to Looking for a regular expression for the following pattern.
Groups of at least two alphanumeric characters separated by underscores:
/^(([a-zA-Z0-9]+)_)*[a-zA-Z0-9]+$/
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Looking for a regular expression for the following pattern.
by ikegami (Patriarch) on Mar 29, 2018 at 12:39 UTC | |
by hdb (Monsignor) on Mar 29, 2018 at 13:33 UTC |
In Section
Seekers of Perl Wisdom