Hi Don, ... 2nd clip (H="_htm_page_layout") as per (a portion)(in particular, note as below) picell^%ItemNum%] such code as that is in per below example code...
8619
Alan C.
acummingsus
Jun 9, 2002 2:29 pm
Hello Don, http://users.cwnet.com/acummi/proj/pagepic.htm That's, mechanically, how content to be displayed, more specifically how page layout's to be...
8618
Don Passenger
dpasseng
Jun 9, 2002 1:46 pm
^!Find "picell[\d]*" RS is this why I find nothing ......
8617
Don Passenger
dpasseng
Jun 9, 2002 1:41 pm
Hi Alan, I cannot say I am able to follow what is intended to be going on with the clip. Does it assume I have already made my thumbnails (I was hoping it ...
8616
Alan C.
acummingsus
Jun 9, 2002 1:02 pm
Hello All, A gentleman on the Album Express email list was looking for a method to index several web pages of thumbnails, each of his thumbnails to be linked...
8615
Jody
notetabber
Jun 8, 2002 6:41 am
Hi Anthony, ... Perhaps the following will help: ^!LoadEbcdicCharTable FileName (added in v4.6) Loads the specified file containing the EBCDIC character tables...
8614
Jackson, Anthony, ISD
jacksonunit
Jun 8, 2002 12:49 am
Does anybody have a way to get at the ebcdic/ascii translator. Sometimes I need to decipher mainframe droppings on the fly and it works to save the file with...
8613
Eric G.V. Fookes
eric_fookes
Jun 7, 2002 10:41 pm
Hi everyone, The final pre-release of NoteTab 4.9 is now available. Registered users can download the upgrade wrapper from here: ...
8612
Alec Burgess
alecb3ca
Jun 7, 2002 3:02 am
Next year (v5.0 w/Perl) this works for dates only, not IP addresses) Right? ... should match: 05.1.3 words ... 05/06/83 words ... and maybe(not sure how this...
8611
Peter Stagg
peter.stagg@...
Jun 6, 2002 11:21 pm
1) Yes, but only at the beginning of a line. 2) LH want's a regex to find dates at the beginning of a line and if he knows his files do not contain any other...
8610
Larry Hamilton
lm_hamilton
Jun 6, 2002 2:17 am
Sherri, Yes I tried, and both Hugo's and Peter's regexps do find IP addresses. They both also appear to find any pattern of numbers separated by periods. Try...
8609
silvermoonwoman2001
silvermoonwo...
Jun 6, 2002 2:00 am
... Yes, but it also finds IP addresses ;)...
8608
Larry Hamilton
lm_hamilton
Jun 6, 2002 1:32 am
Peter, Thanks! Now there are six reg exps for what I want. That's a different challenge, who has the shortest? ;-) Larry ... From: "Peter Stagg"...
8607
Larry Hamilton
lm_hamilton
Jun 6, 2002 1:32 am
Sherri, ... I was not clear on this either. I find that part of working with the regexp engine in NoteTab is more trial and error than I would like. I am not...
8606
Peter Stagg
peter.stagg@...
Jun 5, 2002 11:06 pm
Very succinct regex from Hugo This should also work: ^(\d+(92;.|\/)?)+...
8605
Ray Shapp
rayshapp
Jun 5, 2002 10:06 pm
Hi Group, I'd like to write a clip that will allow me to easily create message rules from the messages in a certain mail folder. For example, I'd like to...
8604
silvermoonwoman2001
silvermoonwo...
Jun 5, 2002 4:40 pm
Hi guys, I think when using a regex pattern that can find zero occurrences of something it needs to be found next to something more definite. So to me it...
8603
lm_hamilton
Jun 5, 2002 4:25 pm
Hi Eric, I sort of figured that. I just wanted to make sure you were aware of it, in the off chance there was something you could do. At least I have at least...
8602
lm_hamilton
Jun 5, 2002 4:23 pm
Hugo, Peter, Ben, Thanks for all the tips. I now have 5 reg exps that do what I want. I have not done much with them before, but this is one situation that a ...
8601
lm_hamilton
Jun 5, 2002 4:21 pm
Ben, Thanks, again! Larry...
8600
lm_hamilton
Jun 5, 2002 4:20 pm
Ben, Thanks, that finds it also. Larry...
8599
Eric G.V. Fookes
eric_fookes
Jun 5, 2002 9:20 am
Hi Larry, ... Unfortunately, this appears to be linked to the closure problem reported earlier in beta testing. The bug is deep in the regex engine, which is ...
8598
h.paulissen@...
hpaulissen
Jun 5, 2002 8:54 am
Larry, Peter, Ben, ... Apparently there is a difference in the handling of the following (at least to me this has nothing to do with the #12 beta release since...
8597
Ben Barnet
zefo@...
Jun 5, 2002 7:51 am
... This worked on my test file also; ^!Find (^(\d\d)|(\d)(\.)|(\/)\d92;d(\.)|(\/)\d92;d) R HTH Ben...
8596
Ben Barnet
zefo@...
Jun 5, 2002 6:44 am
... Will this do what you want? ^!Find (^(\d\d)|(\d)\.92;d\d\.92;d\d)|(^(\d\d)|(\d)92;/\d\d/92;d\d) R HTH Ben...
8595
Larry Hamilton
lm_hamilton
Jun 5, 2002 4:24 am
Hi Peter, Yes, thanks. See my other post. ... This works like I came up with in my other post. ... This does not work like above or my other post. It may be an...
8594
Larry Hamilton
lm_hamilton
Jun 5, 2002 4:18 am
I have come up with more ideas, but was hoping for one expression to do the find/replace in one pass. I managed to come up with these: ;The following will find...
8593
Peter Stagg
peter.stagg@...
Jun 5, 2002 4:17 am
Hi Larry etc. ... From: Larry Hamilton <lmh@...> Date: Wednesday, June 5, 2002 1:45 pm Subject: [Clip] Regular Expression Question ... Take...
8592
Larry Hamilton
lm_hamilton
Jun 5, 2002 3:46 am
I am working on a clip that will find a date at the beginning of a line in a file. I have it working for some formats, but due to inconsistencies of the ones...
8591
stephen riddle
stephenriddle
Jun 1, 2002 6:33 pm
Hi Christine, You're welcome. Good luck on the dreaming. On CSS, the results of my learning experience are the CSS2 library on NoteTab's site. I discovered...