Hi Alec and Sheri, ... haha! You and me both. I consider Sheri as the list expert when it comes to RegExp. Not, that others do not know a lot or even more,...
Hi Sheri and Others, If any of you do not know Regular Expressions or weak like me in it, you might find Agent Ransack to be helpful in getting you started....
... Just realized that this could be accomodated with a couple more alternates, e.g., |.*\wadam92;weve92;w.*|.*\weve92;wadam92;w.* ...again spelling out the \w...
... Yes, you are probably right. Maybe Luciano over on the powerpro list could figure it out .... ? but I'm over my paygrade now ;-) -- Regards ... Alec ... ...
... and ... Hi Alec, I think those patterns would also allow things like "Steve" to match since the /w could be zero match using either * or ? Sheri...
... Hi Jody, For Agent Ransack, I don't think /w is going to work (unless there's a later version than what you sent me awhile back). You will have to make a...
Sheri, Jody: Haven't tried this, but ... maybe putting "*" or "?" after the \w's - especially the interior and leading ones would allow "adam eve" to get...
Hi Jody, I don't think it would pick up the two words with just one space between them. Two delimiters, (eg, a comma and space, or a period and a space) would...
Hi Sheri and Alec, Thanks for Whole words being dimmed. (Oops) Alec, your's works. I tried to negate the beginning and ending spaces that were understandably...
Jody: Add these 3 lines between the set and the find ^!Set %1word%=^?{a word=adam}; %2word%=^?{Another word=eve} ; Make sure its a word (wrap arguments in...
Hi Jody, Based on what you've said, I think you need this: ^!Find "(\w^%1word%\w.*92;w^%2word%\w)|(\w^%2word%\w.*92;w^%1word%\w)" RIS If you fire up the Find...
Hi Sheri, ... I think that is what I want. The search criteria will always be on the same line. I just want the lines returned that have "adam" AND "eve",...
... Jody, those .* 's are saying any character is ok. You need to specify word delimiters \w before and after each of the variables in the Find command. Sheri...
Hi All, I only want to find whole words, but "eve" in the following also finds [eve]very. ^!Set %1word%=^?{a word=adam}; %2word%=^?{Another word=eve} ^!Find...
Hi Sheri, ... I must have been dreaming it, or perhaps it is you were not signed up for some of the lists and I assumed you were. It's all water under the...
... Hi Jody, If you'll look back, you will see that I haven't used multiple email addresses to post. I usually post directly at the web site. Occasionally I...
Hey Alec, ... The most recent post on that group seems to be from 11/01. There's another one I find helpful @ http://groups.yahoo.com/group/ListHelp/ Julie, ...
Hi Alec, ... I tend to approve the message before changing the poster's moderated status, because I can approve the message by email, but then need to open the...
Jody, Julie, anybody else interested: I've been lurking on the http://groups.yahoo.com/group/egroups-discuss-managers/ list. If you ignore the "newbie"...
Hi Alec, I think you are correct. <g> Julie is doing all the NoteTab list moderated posts now for me. What a relief after years of doing it!!! In short, all...
... Just curious: You and Julie are NOT moderating each individual message, but if one of "us" (the loyal Notetabber39;s and not the idiots who keep trying to...
Hi Sheri, ... I don't think this is the case, but for every eMail address you use to post we have to approve the post and take the address out of moderation....
... some ... the ... Hi John, I missed the Norton Commander craze, but I am familiar with PowerDesk, at least with an older version from its days as Mijenix ...
Hi Sheri, To follow up your FYI with a FWIW, I was a diehard Norton file manager for Windows 95 fan for a lot of years.. It was, and in some ways still is,...
I must have goofed posting earlier, my message never showed up. Just a heads up that I've removed Wingo, a utility I recommended last month and which I've used...
FYI, a month ago I recommended a utility called Wingo, which I have used for many years. It puts a roadmap icon in the system tray. Right- click it to build a...
Hi Julie and Jamin, (and Sheri;), Just to add a little bit, in the "...| HTML Files" press F1 or click on Help. Read what it says about the features in that...
Hi Jamin, ... There's a checkbox option to "Create Uppercase Tags" under View | Options | HTML Files. There is also a clip in the HTML library called "Tidy...
I am using the HTML editor in NoteTab Standard and would like to convert the HTML tags it generates from uppercase to lowercase. Anyone know how to use...