| View previous topic :: View next topic |
| Author |
Message |
pt80chip
Joined: 27 Feb 2008 Posts: 20
|
Posted: Wed May 14, 2008 1:19 am Post subject: How can I use a wildcard in an if statement to compare text |
|
|
I think I am figuring a work around for my previous post. However I need to know if I can just compare the beginning of a line with what is in the clipboard. Let's assume on the clipboard it will say: www.website.com/thispartstaysXXXXX where XXXXX are variables. I want to compare the clipboard with ifequal clipboard, www.website.com/thispartstays and leave the rest as a wildcard. Any way to do that?
Thanks in advance |
|
| Back to top |
|
 |
Ian
Joined: 15 Jul 2007 Posts: 1151 Location: Enterprise, Alabama
|
Posted: Wed May 14, 2008 1:23 am Post subject: |
|
|
Try using RegExMatch. _________________ ScriptPad/~dieom/dieom/izwian2k7/Trikster/God |
|
| Back to top |
|
 |
|