[Home] [By Thread] [By Date] [Recent Entries]
Hi,
What is the equivalent of the following logic in XSL1.0.
PhoneNumber=(678)898-4274
for (int i = 0; i < phoneNumber.length(); i++) {
if (Character.isDigit(phoneNumber.charAt(i))) out = out + phoneNumber.charAt(i);
}
Thanks for the help...
Thanks
Kotes
|

Cart



