Hello Everyone, I have two questions. I thought that Xenu checked email links on my site but it is not doing it now. Is there a setting to let it check email? ...
... I must admit I haven't tested it, because I don't understand it. My understanding of regular expressions is very basic. I don't know what \w or \s is. It...
I realize I hate these approval delays. Is there a way that postings from people who have made on-topic posts get through immediately? Or people who have been...
hi tilman, this is absolutely wonderful. i tested version 1.2g(beta), and have the following comments: 1. it crashed when i copied your regex with the \ and...
... First, my regexp has this part : (?:ftp|https?):// It means it will catch any string that starts either from ftp:// http:// https:// So as long as this...
... "New" are those who joined after you have made you group restricted to post to. They do not become "old" automatically after some time. You have to make...
Frank , I strongly recommend you to download a trial version of PowerGREP from www.powergrep.com It contains an excellent manual in PDF format on building...
... I suspect that your newsreader broke the long line. I did notice that some errors do crash the regexp :-( That happens when you use "external" software......
... "\w" stands for wORD symbol, i.e. any letter or any digit "\w+" will catch any alphanumeric *word*, like "dog", "cat" or "a123bc" So in our example \w+...
hi tilman, got good results with: Javascript=javascript:.*\(['"](.*[^'](\?.*)?)['"](.*) it found all URLs and top domains. it did not catch: javascript:openWin...
... ('http://udp.intercea.co.uk/deutsch/bus_popup.htm','432','287'); ... By using my regexp which I have already posted to this group. If you have lost that my...
hi eugeny, using your regex from an earlier mail: javascript:\w+\s*\(\s*['\"]((?:ftp|https?)://[^'\"]+?)['\"](?:\s*,[^,] +?\s*)*\s*\); xenu crashes after a...
... ['\"] is equal to ['"] ... That is correct. But question mark followed by colon in a regex construct (?:something) has another meaning. (option1|option2)...
Hi eugeny, Tnx, no i am reading the powergrep stuff. Let me cut this discussion short: did you test your regex with xenu 1.2g beta? If I do, it keeps crashing,...
... javascript:\w+\s*\(\s*['"]((?:ftp|https?)://[^'"]+?)['"](?:\s*,[^,]+?\s*)*\s *\); ... There are different regex libraries , each with its own pecularities...
Hi eugeny, Thanks a million, i will try it out today. I want to understand how the regex fits into Xenu code, doesn't Tilmans regex require three parts: 1. the...
... No, my regular expression is to be set in the INI file. Which you did when testing. I might update Xenu for other reasons, like more flexibility, and a...
Tilman , can we use famous and standard PCRE.dll library instead of the one you found on www.codeguru.com ? PCRE stands for "perl compatible regular...
guys, i think we are getting near the end of this javascript link saga. eugeny, i get perfect results with your simplified regex: javascript:[_a-z0-9]+ *\(...
... Not at this time. I'm quite happy with codeguru and codeproject, they have helped me a lot both privately and professionally. The class I'm using is so...
Hi, Is there anyone on this list who has used Xenu's Link Sleuth to check huge websites (300000 links) ? I'm asking because one user claims it always crashes...
i have added a chapter on the .ini file to the Xenu online manual site. i also updated the version history appendix to include the 1.2g beta version. ...
Hi All; I took a look on the http://home.snafu.de/tilman/xenulink.html site, but could not find a link to download the 1.2g beta version to test the javascript...