Answered
Wild card [JS]
I need to exclude links to their extension, for example if they are. Eps exclude it and. Jpg include it , someone knows if could do with regular expressions or some other method?
Thanks in advance.
Thanks in advance.
if (myLink.name.match (/\.eps$/) != null)
// go ahead
Peter
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.