O.o
Hardness: 1-10
Source Base: WhiteScape
Purpose: The _ Thinks and low case letter were annyoing me..
Okay. This was Annoying me.. But first Shearch
Code:
playerName = playerName.toLowerCase();
playerPass = playerPass.toLowerCase();
playerName = playerName.replaceAll(" ", "_");
playerPass = playerPass.replaceAll(" ", "_");
playerName = playerName.replaceAll("'", "");
Thanks Make's it like santa_noobie..
Delt That.. And then Its Done..
EXTRA:
If you Want All Cap'z Here:
Code:
playerName = playerName.toUpperCase();
playerPass = playerPass.toLowerCase();
playerName = playerName.replaceAll(" ", " ");
playerPass = playerPass.replaceAll(" ", " ");
playerName = playerName.replaceAll("'", "");
Credit'z: Me