Yes but you emphasized that I can just do it on a variable (with replacement of the default delimiter -- a semi-colon -- for the ^P as string sort works on...
Strange. I expected ^$StrSort$ would respond to a delimiter set by ^!SetListDelimiter but it seems it is strictly a line sorting function. Same thing in 4.95,...
You can use an clip to rearrange the elements of an array, like was done to make the surnames first clip I am working on (and still can't get to work after a...
Don - HtmlFixIt.com wrote: What I didn't want to do was to sort my entire document because that isn't the object I am working on. can you cut the piece to a...
Hi Jeff, I certainly could, but then I have to keep track of what document I am coming from and then get it back. What we have concluded is that I don't need...
OK here it is again. The original concept is to highlight a name ("Jeffery G. Scism") in a document, have the Clip change it to "scism-jeffery-g.htm" on the ...
Okay, first let's start a different thread if you don't mind. Let's start by simpling this down and then building it back up, is that reasonable? How about...
Generally the files are new files not previously saved. Yes, at some cases there is a suffix to the name, like Sr., Jr. I, II, III, etc. Your starting point...
Well my regex needs work ... it botches Jeff Schism, but works correctly on Jeff G. Schism ... I am trying to cover both situations -- and we should add in the...
yeah well lets get it doing the right things with the name first ... progress ... ^!Continue [C]highlight name and hit control + c ;set clipboard to empty ...
Your assistance was of much help Sheri and Alec! and the magic line that in fact sorts from a semi-colon delimited (that is the default) array back into the...
Hi all, I am working with something that would make it ideal if I could use named expressions ... I am looking at notetab help for regular expressions (from...
... See message #18422 in the archive (but be aware that Yahoo seems to make it look like there is a backslash where it split a line in the middle of $<first>...
... Don, Given a text like... The museum opens Mondays, Fridays, and Sundays. With the clip... ^!Replace "(?P<open>Mon|Fri|Sun)days" >> "$<open>" AWRS (where...
This is very very helpful as were Sheri's comments yesterday. I guess until yesterday I didn't see "help with regular expressions" as I always clicked into...
The following command ^!Replace "^%TAB%" >> "," WAS was applied to a tab-delimited file with no effect. It was also applies (mistakenly) as ^!Replace "^%TAB%"...
You can use \t to replace tabs. John From: ntb-clips@yahoogroups.com [mailto:ntb-clips@yahoogroups.com] On Behalf Of Don Daugherty Sent: Saturday, July 04,...
... Don't you all love "dumb" questions! After eating lunch, I thought of several answers to my own. In addition to your solution I could have used any of...
... Don, Want some more? In Hex it's \x09. Since PCRE 7.2, you can also use \ci. I understood, however, that your question was not how to replace ^%TAB% with...
Can someone please explain the "HTML-tag field" (T=T) option in a wizard? In the Clip Wizards section of the help file, it's very cryptic. What does this do?...
... It's almost the equivalent of the menu command Document | Insert HTML Link/Image. The file you select doesn't open, but the URL to it, and then some, is...
... You could use a clip to open the document with: ^!Mshta "^$GetDocName$" Doubt it would work with intra-document navigation, though. If the document has the...
Your sample was not zipped, so I didn't see it in the same format as you posted. But try the following clip. H="Convert Unicode Fractions and Document to Ansi"...
This didn’t work for me. It asks for a file name, but no browse is available. I’ve fixed the broken lines, so that’s not an issue… I uploaded a zipped...
... I posted it here: <http://tech.groups.yahoo.com/group/ntb-clips/files/John Shotsky's Stuff/Cliptext.txt> so you can see it without Yahoo broken lines. ...
This gave the same result. Screenshot below. No [.] present. John From: ntb-clips@yahoogroups.com [mailto:ntb-clips@yahoogroups.com] On Behalf Of Sheri Sent:...
... The group supports text only, you would have to post your screen shot in the files area. BTW, the clip is likely compatible only with version 6.12, the...
... If you can't see the [...] button, you may need to remove or comment out the two commands: ^!SetWizardWidth 200 That makes them double wide, so a long file...