searching with wildcards
Posted: Wed Jul 26, 2006 8:29 pm
i am wondering if textpad could be used to search with a wildcard (*)
meaning...
var the=new Array();
the[the.length]="a";
the[the.length]="b";
the[the.length]="c";
the[the.length]="d";
the[the.length]="e";
the[the.length]="f";
the[the.length]="g";
the[the.length]="h";
find and replace the[the.length]="*" with the[the.length]=""
replace al the above with no value instead then
that would be nice
colton22
meaning...
var the=new Array();
the[the.length]="a";
the[the.length]="b";
the[the.length]="c";
the[the.length]="d";
the[the.length]="e";
the[the.length]="f";
the[the.length]="g";
the[the.length]="h";
find and replace the[the.length]="*" with the[the.length]=""
replace al the above with no value instead then
that would be nice
colton22