
04-06-2010, 10:02 PM
|
|
the fake one
|
 |
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
|
|
Quote:
Originally Posted by Tigairius
PHP Code:
function countAnimations(text) {
temp.anismilies = {":cry:",":confused:",":asleep:","!pissed!",":spam:",":rolleyes:",":p"};
for (temp.a: temp.anismilies) {
temp.count += text.positions(temp.a).size();
}
return temp.count;
}
|
u go girl |
|
|
|