would match "ab" or "dm".if($sorted_values=~/([abcdefghijklm]{2})/){ # Rest of code here }
How about:
if($sorted_values=~/(([abcdefghijklm])\2)/){ # Rest of code here }
In reply to Re: Re: Texas Hold'ems Poker Analysis Tool
by kschwab
in thread Texas Hold'ems Poker Analysis Tool
by Elgon
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |