Hi could someone explain the way this works I can guess bits of it ?? ... ^!Find "(?s)^(.+) - .+(^\1)+(?-s).+" RS ^!IfError Finish ^!Replace "(\R)^(.+) - " >>...
18644
Sheri
silvermoonwo...
Nov 8, 2008 3:46 pm
... Hi Dave, Its much easier to construct a regex to match a particular sample than to determine what one does without the benefit of a reference sample. The...
18645
Flo
jonas_ramus
Nov 8, 2008 4:14 pm
... Yes, I can see now what happens here. I think your explanation is in better accordance with the PCRE Documentation than the NoteTab Help on RegEx. The...
18646
ebbtidalflats
Nov 8, 2008 4:32 pm
Hi Y'all, Does anyone know what the capacity of favorites is? I.e. how many entries it can hold? When I use search disk, and get a match on more than 200...
18647
Don - HtmlFixIt.com
dpasseng
Nov 9, 2008 5:15 am
I have a series of web pages in a list ... Example: http://www.highschoolsports.net/defaultcal.cfm?ct=s&schoolid=MI481178892&spt=12&lvl=-1&division=-1 and ...
18648
loro
yastupidhoo
Nov 9, 2008 5:34 am
Forgot this may be of interests to others than myself... it was confirmed this is a bug and Eric said it will be fixed in the next program update. Lotta...
18649
Don - HtmlFixIt.com
dpasseng
Nov 9, 2008 6:30 am
Is there a way to do a find on a clipboard?...
18650
Dave
david_99_au
Nov 9, 2008 6:47 am
Hi In IE7 there is a little download bar about middle of page ,so when that is done ,again in IE7 go to page\saveas and save as .html you should get most of...
18651
fw7oaks
Nov 9, 2008 8:30 am
... From: Don - HtmlFixIt.com <don@...> Subject: [Clip] extraction of info from some web pages Have a look at the examples given near the end of this...
18652
Hugo Paulissen
hpaulissen
Nov 9, 2008 12:26 pm
... I want, and extract the info I want? Hi Don, I'd say: use GrabURL (very old, but you should be able to track it down). It is mentioned on the list as well...
18653
Axel Berger
absalom_nemini
Nov 9, 2008 1:24 pm
... I may have misunderstood, but: Copying and pasting you get text only. If you save the page as HTML the browser will watch over it being complete. You can...
18654
Don - HtmlFixIt.com
dpasseng
Nov 9, 2008 2:25 pm
... Thanks all for the feedback so far. I'm not really aiming to save the file, just extract some information. There is a pattern in the plain text I can...
18655
loro
yastupidhoo
Nov 9, 2008 5:13 pm
... You can use some of the string functions. For instance ^$StrPos()$ returns 0 if the substring you look for isn't found. Or paste the content of the...
18656
Sheri
silvermoonwo...
Nov 9, 2008 5:18 pm
... You can use the ^$Str... functions on ^$GetClipboard$, e.g., ^$StrPos$. The regex clipcode functions are applicable only to text that lives in a document...
18657
Alec Burgess
alecb3ca
Nov 10, 2008 1:03 am
Don - HtmlFixIt.com (don@...) wrote (in part) (on 2008-11-09 ... Hi Don ... if when you elect to try that route. FW's suggestion of...
18658
joy8388608
Nov 10, 2008 1:49 am
That's about right. I'm really confused now. A different day and I can't get my originally posted code to break. It was occasionally inserting <A>my text</A>...
18659
Alec Burgess
alecb3ca
Nov 10, 2008 3:11 am
joy8388608 (mycroftj@...) wrote (in part) (on 2008-11-09 at ... Hi Joy: .CTB files contain the code that defines a clipbar. Right click on a clipbar and...
18660
loro
yastupidhoo
Nov 10, 2008 5:53 am
... Looks like you have pasted my clip inside your clip. Right-click in the clip name in the clipbook window and choose "Edit Clip" and delete my clip form...
18661
Don - HtmlFixIt.com
dpasseng
Nov 10, 2008 6:03 pm
... Hello Brother, I have copied this to the clips list in hopes that it may provide you some help. It is probably beyond the scope of the main group's topic...
18662
Don - HtmlFixIt.com
dpasseng
Nov 10, 2008 6:14 pm
Now on the clips list ... The following commands may be helpful: ^!ProgIniLoad [IniName] (added in v4.6) Loads options from the NoteTab ini file or registry....
18663
abetsent
Nov 11, 2008 6:28 pm
Hi friends, 1. A kind of SelectBatchLines 20mS as in the program "AutoHotKey". This select the "time" execution, between each line of code. This is important...
18664
krwurst53
Nov 12, 2008 9:16 pm
I am a new NoteTab user and I have a question. Can an Outline file be converted to many text files, each named for the individual headings in the Outline? Is...
18665
Sheri
silvermoonwo...
Nov 13, 2008 3:20 pm
... Such a clip was posted here: http://tech.groups.yahoo.com/group/ntb-clips/message/15999 There are a couple of long lines in it that need re-joining after ...
18666
krwurst53
Nov 13, 2008 4:00 pm
... Thanks Sheri, The clip creates separate text files but they are named 01.txt, 02.txt, etc. Is there a change that can be made to the clip so each text file...
18667
Sheri
silvermoonwo...
Nov 13, 2008 4:26 pm
... Yes, I would do that like this: Change this line: ^!ShowHeadings True to ^!ShowHeadings False and change this line: ^!Set...
18668
Flo
jonas_ramus
Nov 13, 2008 5:37 pm
... Sheri, I never understood the difference between ^$GetTopicHeading$ (v5.7) and ^$GetTopicName$ added in v4.52 (see my clip below). I would be grateful to...
18669
Sheri
silvermoonwo...
Nov 13, 2008 7:19 pm
... Hi Flo, I didn't have much time earlier and just grabbed the first topic name function I saw in my Clipcode Syntax popup. You're right though, ...
18670
Don - HtmlFixIt.com
dpasseng
Nov 13, 2008 9:53 pm
It appears to for me which is messing me up ... since when is a tab html? ^$StrStripHTML("Str";PreserveURLs)$ (added in v4.82) Returns a copy of Str with all...
18671
loro
yastupidhoo
Nov 13, 2008 10:42 pm
... I think it removes tabs between block level elements but preserves them between inline elements. Same with spaces. Lotta...
18672
Don - HtmlFixIt.com
dpasseng
Nov 14, 2008 12:17 am
... Makes no sense to me to be honest, but it would be helpful if this were reflected in the help file. I don't see how tabs are part of html and thus should...