I don't think that \R will work properly in a negated class in all cases. It is a character class, and \R can include more than one character. I have had a...
James, CORRECTION to the regular expression I posted. John Shotzky has correctly corrected my previous post. Use "(?<=Word1 )[^\r\n]*(?= Word2)" as the search...
... If this is the actual target text: word1 some text here word2 And I paste in: (?<=word1 )[^\r\n]*(?= word2) ...and click the Notetabpro Regular Expression...
Ahhh! The two (or more) spaces pose a problem. Many computer algorithms interpret multiple spaces as one. NoteTab is confused here. Part of the regex engine...
John, Finding the last ocurrence is the default with regular expressions. If that is undesirable, follow the quantifier '*' with a question mark, i.e. "*?"....
... There is no "interpreting the two spaces as one" here. NT is exactly following PCRE rules: The Lookbehind is matching the first space after 'word139;, and...
I've been using NoteTab Light (NTL) to clean up Word generated HTML for ebook production, but its behavior has become increasingly erratic, esp. as regards the...
Hi the Erratic behavior could be to many files open, not enough ram, a slow machine, things going on in the background. THANKYOU DAVE M ... From: "Dave...
... This seems to be related to the unfortunately lacking Unicode support in Notetab. Simply stated, it does not handle files which were originally saved in...
To quickly test if it is a Unicode problem, take a problem file, select and copy all to the clipboard, paste into a new document and then perform your ...
Now I cant view my Chinese characters in notetab. Before I reinstall my WindowXP I was able to view Chinese characters in notetab. due to window was corrupted...
... We do! :-) Honestly, I don't know. But I would guess what makes Notetab stand out is its built in scripting language. The others, except HomeSite that must...
Flo, James reports, that the expression "(?<=word1 )[^\r\n]*(?= word2)" fails to find " some text here " (containing a double space on the left. Tests on my...
I'm probably getting into this late, but I'm not understanding the problem exactly. I would implement this slightly differently though. If these are the...
I'm not sure that s/he was looking for a clip and I'm not sure that s/he is even a member of clips. This Thread is a bit advanced for the general group and...
... Eb, I take for granted that 'word139; and 'word239; are part of the string -- without it the RegEx makes no sense. Although a Lookaround doesn't consume any...
GDay All, Tian Tze Theng, Goto Options and on the Documents tab, click on the Font button, you should be able to select a Chinese font from the list, provided...
After reinstall my window OS note pad can only see funny code notetab I can see only this "????????" ... From: jeff <jeff@...> Subject: Re: [NTB] Chinese...
The wizards do not display the headings for the fields when only a single value box is chosen. Example - the "Address database" demo in the SampleCode clipbook...
Thanks...I39;ll change it on a few of the clips I use frequently but it is a bug in that it is not consistent with older versions and will require changing...
Just checked it in Win XP and it works fine. Has to be something in Win 7, maybe related to the theme not displaying the prompts? Anyway I'll fiddle with it...
This sounds like what I've experienced in clip wizards under certain (still not sure exactly which) circumstances. It started when I moved to v6.2 running on...
Thanks for the reference - I'll check it out. It is limited to Win 7 and does this with versions of NTB all the way back to 5. Have not checked earlier....