PDA

View Full Version : Javascript Wildcards




Atolar
04-10-2006, 04:51 AM
Does javascript have a wildcard character such as * or % ? If so, how do you use it? If not, what alternatives are there to use?

ddadmin
04-10-2006, 05:33 AM
If yo mean in terms of text manipulation, yep, via Regular Expressions. You may want to read up on Introductory Guide to regular expressions. (http://www.javascriptkit.com/javatutors/re.shtml)

p,s: I've shortened your sig, since the length of it made it easy to confuse it with your actual posts.

Atolar
04-10-2006, 05:59 PM
Thanks for the link, i'll be sure to check it out!

Twey
04-10-2006, 06:34 PM
A more extensive guide to regex can be found at http://www.regular-expressions.info/.