I'm trying to put a mask on a string that is a CNPJ.
I get a string with size 14 and tried to put the mask in:
NSString *cnpj = [NSString stringWithFormat:@"%@.%@.%@/%@-%@",
self.codCnpj substringWithRange:NSMakeRange(11, 2)],
[self.codCn...
asked by
09.09.2014 / 18:24