artist has asked for the wisdom of the Perl Monks concerning the following question:
Some examples:
"abcdbca" => not a valid string (same groups: "abc" and "bca")
"abcba" => not a valid string (same groups: "abc" and "cba")
"abcdabe" =>a valid string
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Regex Help : Group in Strings
by BrowserUk (Patriarch) on Jan 06, 2005 at 23:57 UTC | |
|
Re: Regex Help : Group in Strings
by dragonchild (Archbishop) on Jan 07, 2005 at 02:11 UTC |