functiondoukaku121(hand){varS=[],R=[],sd={S:0,H:1,D:2,C:3},rd={A:1,T:10,J:11,Q:12,K:13};hand.toUpperCase().replace(/([SHDC])([2-9TJQKA])/g,function(_,s,r){++S[s=sd[s]]||(S[s]=1);++R[r=rd[r]||r]||(R[r]=1);});varflush=/5/.test(S+'');if(/1,1,1,1,1/.test(R+','+R[1]))returnflush?(R[1]&&R[13]?'Royal ':'')+'Straight Flush':'Straight';switch((R=R.sort(function(x,y){returny-x}))[0]){case1:returnflush?'Flush':'No Pair';case2:returnR[1]==2?'Two Pair':'One Pair';case3:returnR[1]==2?'Full House':'Three of a Kind';case4:return'Four of a Kind';}}
matyr
#5186()
[
JavaScript
]
Rating3/3=1.00
Rating3/3=1.00-0+
[ reply ]