The NoteTab Scripts Group is for the posting of scripting languages such as Perl, RegExp, Gawk, NoteTab Clip Code, etc. The group is not necessarily to prevent posting of scripts on the Clips, HTML, Off Topic lists, but to help relieve them of a lot of code that most the members do not know about. Definitely use the Clips list for Clip Code if you want or on this list. Clips or scripts pertaining to HTML can be posted on that list or this one.
Please remember not to post any scripts (Clips) on the Basic list. Leave that for NoteTab newbies and new computer users.
Hello Steve, A month ago I posted an extensive list and discussion of RegEx resources on the NoteTab Clips group: Date: Fri, 04 Sep 2009 23:57:46 -0700
... Sounds like you need to match not only the first 30 characters, but also the rest of the line. Then after that line, continue matching subsequent whole
I know that ^(.*\R)(\1)+ will find (sorted) duplicate lines but I want to find lines that only match the first 30 characters. I thought ^(.{30})(\1)+ would
Steve: I'll bet your mind is reeling, especially if you tried to digest everything in Sheri's excellent reference PDF in one pass. Another you might want to