![]() |
|
more useful options | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Those 'set' operations ... Please note that the term "set" is used very loosely in this post. :) ... a suit like "AKQxxx" is valid but one like "AAKxxx" is not. (There is only one Ace of spades ....) This seems like a two-phase problem. Once you verify that a string is in a standard format with, say, no character occuring twice, it may be very easy to count characters unambiguously. Within reasonable limits, a single regex could be very handy for verifying that a string:
It may be enough just to verify that no character occurs more than
once in a string. For that, And there are many other conceivable approaches, all depending on your precise requirements. Update: Added another simple no-repeat test. Give a man a fish: <%-{-{-{-< In reply to Re^3: tr operator in eval -- updated
by AnomalousMonk
|
|