Pinned Loading
-
UUID Generator
UUID Generator 12function struuid($entropy)
3{
4$s=uniqid("",$entropy);
5$num= hexdec(str_replace(".","",(string)$s));
-
Valida RFC EMPRESA
Valida RFC EMPRESA 1function RfcEmpresa(rfcStr) {
2var re = /^(([A-Za-z]){3})([0-9]{6})(([A-Z]|[a-z]|[0-9]){3})$/;
3var str = rfcStr;
45if(re.test(str) ==true){
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.