... ^$GetReSubStrings$ ? Its used after a ^!Find command....
417
Don - HtmlFixIt.com
don@...
Jun 9, 2008 2:16 am
... Right that should do it. Regex find, use getresubstring (how will I ever remember this one? -- and why don't I find it if I look for variable and regex in...
Here's the loop I'm using - can this be made faster? I only locate those which include a lower case character in the find. I use the toolbar function, but I...
... There is a time penalty for loops but it should be at least twice as fast this way: ^!SetScreenUpdate Off ^!Set %start%=^$GetDate(hh:mm:ss)$ ^!StatusShow...
Even though it's kind of embarrassing to display a kludgy clip, I thought I would share this in the hopes that it would inspire other RegEx beginners to learn...
Art, ^!Replace "\R+" >> "^%NL%" ARSTW Will change your paragraph spacing, because any paragraph separation lines will disappear. If you want to retain a blank...
... Just a couple of comments Art: As always there are many ways to skin the cat, in Notetab clips. I usually use them is this order: - Native command (looking...
Thank you for your interest John, but my clip does exactly what I want to do: change an entire document to single spacing, i.e,, change every instance of one...
HI Alec, This says it all: "learning others I may not have even realized exist" I had originally coded the Trim as: ^!Keyboard ALT+M O &100 L O &100 T But it...
btw Art - I just noticed that this thread is in the ntb-scripts group. Its perfectly appropriate for this group but readership (and help available from others)...
Hi everyone, We're pleased to announce the release of NoteTab 5.7 (all versions). You will find the upgrade information through NoteTab's "Check for Updates"...
Hi, Newbie question here: how can I replace all occurrences of " in a document with " using a clip? I think I have the basics of using ^!Replace but keep...
431
Don - HtmlFixIt.com
don@...
Nov 6, 2008 12:32 pm
Oddly the answer is put the quote in qoutes .... so: """...
Are you over-egging the pudding? To me it looks as though you simply want to replace the string "-"!:\private92;a000bd8c92; with "-"!:\resource\ Where the only...
no brother...i also have lines which are like this \sys\bin\_aosocketnativenew.pyd"-"!:\private92;a000bd8c92; obviously i cant replace !:\private92;a000bd8c92; with...
Well that was not what you said. To quote your first message ... ... You were looking for the string "resource", not something that was variable. And your...
437
Ben B
benb_i26up@...
Jan 15, 2009 10:16 am
On 2009-01-14 01:46:47 afzalnj wrote regarding; "[NTS] Complicated search and replace expression" ... You've discovered tagged matches on your own. All you...
... search and replace expression" ... You, my friend, are simply the best!!!!!! I works perfectly!!!! thanks a lot bro! i was using (/1) instead of $1 (habit...
Hi everyone, We're pleased to announce the release of NoteTab 5.8 (all versions). NoteTab Light is free as usual, and the retail versions are free for ...
Hi everyone, We're pleased to announce the release of NoteTab 6.1 (all versions). NoteTab Light is free as usual, and the retail versions are free for ...
Hi everyone, A bug was recently discovered in the Replace All feature used in the initial release of NoteTab Light and NoteTab Std 6.1. NoteTab Pro is not ...
sure ... use the selection only switch when using a find command ... but your selection won't be the same any more In a clip: ^!Find "SearchText" [Options...