Page 1 of 1
TextCrawler cannot find a name
Posted: Tue Dec 28, 2010 11:19 pm
by Chris
I've got multiple names in several .asp pages. I can successfully find all names except for diane. This is very puzzling. Is this name left out of searches for some odd reason??
Posted: Tue Dec 28, 2010 11:25 pm
by Fool4UAnyway
Of course, it is... No, just kidding.
Perhaps you should open a file you know Diane is in into a text editor or perhaps even a hex editor to check how it is actually being "spelled". There may be character codes instead of actual characters in there.
Posted: Tue Dec 28, 2010 11:26 pm
by Fool4UAnyway
An alternative may be to perform a search for [diane]{5} to get an idea about how it _may_ be spelled.
An other way is to actually break up the name into separate searches for dia and ane, for instance.
Posted: Tue Dec 28, 2010 11:29 pm
by Fool4UAnyway
One more: open one of those files into the Regular Expression Tester form of Text Crawler and search for diane.
If you can't find it, try to copy it from the actual contents and see if it is found, then.
Posted: Wed Dec 29, 2010 11:42 pm
by Chris
Thanks for the tips. It was user error on my part. All of the diane instances had been deleted from the file in the first place.
Posted: Thu Dec 30, 2010 9:30 pm
by Fool4UAnyway
_^^_
Cool...
_<>_