... The greedy one as written was requiring a line break at the end of every line. It wouldn't work on the last group if the last entry for the last group...
... The non-greedy one seemed to have the same issue. Could be changed to ^!Find "^(.+? - )(?s).+?((^(?!\1))|\z)" RS Dave I'm not sure what you were saying. ...
I am fairly new to Note Tab Standard and do I love it. I can't seem to get a handle on the Clips though. I've made a lot of shortcuts for whole phrases and...
Hi Linnea, I could be wrong, but the way I use spelling is that I launch it from an icon on my Toolbar and it checks away. If not showing on your Toolbar, ...
Thanks very much....I knew I was missing something very obvious! I haven't downloaded dictionaries yet and must configure them, so I'll let you know how it...
I also use the Toolbar Properties > Show in Toolbar to show only the icons I really need. Otherwise I go into icon overload ;-) One of the many things I really...
I agree with that, I love all the Tools showing but then it is overload. I just got the American dictionary and the Thesaurus in there (extracted with Power...
Hi If this is put in the middle of an otl the reg directly below works then there is nothing , it seems to stop it jumping back to beginning of otl ,it does...
Hi You should have a folder called in mine it's D:\Nts5\Dictionaries drop them in and I think click on spelling and should ask which one do you wish to use ...
Hi All, I'm looking for a clip that someone has probably already written :-) Let's say I got a string of tab delimited data like this: ABD072132 52 LaFountain,...
... Well you could start with something like this: ^!Replace "^(.*)\t(.*)\t(.*)" >> "'$1','$2','$3'" RAWS Of course that isn't intelligent like you wished. You...
"mlafount" <mlafount@...> said on Dec 05, 2007 18:19 -0500 (in ... I had this (as you say) just laying around: Conv CSV --> TSV ^!replace "," >> "^t"...
What does ACIWS mean and do? I searched the help files with NT but did not find anything. Thanks, -Mike ... Check it out: www.EpicRoadTrips.us ~~~ NOTICE: Due...
^!Find "SearchText" [Options TCIBGWHRSn] Searches for the specified text. Tab and line break characters should be replaced by their tokens (^T and ^P...
... Thanks, Jeff. This makes it a bit easier for me to understand how a clip functions. -Mike ... Check it out: www.EpicRoadTrips.us ~~~ NOTICE: Due to...
... Here's one that quotes the nonnumeric fields ... This will convert the specific example, including quoting of nonnumeric fields. It allows commas and...
Thanks for all the suggestions. I really needed something that is fairly flexible. I often need to move data from an excel spreadsheet to a mainframe. The...
"Don - HtmlFixIt.com" <don@...> said on Dec 06, 2007 7:14 ... Alec not Alex :-) ... ^!replace "(\r\n)+" >> "\r\n" rwais or ^!replace "\R+" >> "\r\n"...
... It would be more efficient IMO to replace two or more with one than to replace one or more with one. It would be doing unnecessary work if you match and...
... Actually I tried this very combination before writing the above. It does not work! If you have a blank line as the last line in the file, it is not...
... Don, The \A and \z sequences are doing the job. The possible positions of CR/NL are: - at doc start matched with \A - a CR/NL followed by CR/NL - at doc...
... The end-of-file marker is not a line break. A line break is a series of actual control characters (carriage return and line feed). They can actually be...
Ok why does a guy named Alec have Alex in his email address? Anyway, you are correct, the quotes are only needed in comma separated value files when/if there...
... Thanks Sheri and Flo (and AleC) for moving this discussion along. Flo that removes all "empty lines" as promised. That is one I need to save. Perhaps,...
... Hi Don, Not to nit pick with your blog, but the end-of-file marker is not a character. \z is an assertion for the position of end of the file. It has a...
Okay, how can I do this? I have tried ^|, I have tried ^%VBAR%, I have tried a | all by itself, but because a pipe is the alternate choice indicator in...