PDA

View Full Version : ignoreCase like code in AS



nico
October 15th, 2006, 10:03 PM
im having problems with string manipulation.. is there an ignorecase kind of code in AS. thanks in advance.

JoshuaJonah
October 16th, 2006, 12:13 AM
Theres toUpperCase() and toLowerCase() functions, if you apply them to a textbox, well, you know what happens.