Hi, I created this clip to sort a bunch of lines, then give each line a blank line under it so that I can then apply some HTML tags. It works great, almost....
... If you need to do it in 4.95, one "old-fashioned" way to do it is ^!Find "<title>" I ^!Jump Select_End ^!Set %From%=^$GetRow$:^$GetColumn$ ^!Find...
Group, I posted this in the notetab group but maybe it is a better question to ask here. I have the latest version of PRO and am working with an otl document ...
... My experience with NoteTab Pro 4.95 and 5.x. running under XP2 is that ^!Keyboard calls work the same in either version, 4.95 or 5.1x. Experimentally...
Hi Corl, The clip works if you select the lines that need to be sorted before doing the final replace-operation. Simple fix: ^!Select ALL before ^!Replace...
Hi Hugo, Pow! Now, thanks to you, it does exactly what it's supposed to do, no more, no less! Thanks a bunch, Corl _____ From: ntb-clips@yahoogroups.com...
... If you are using the PCRE version of the Regex you should be able to use a regex match of: ^(\d+)\s(\w+)\s(\w+)\s(\w+)\s([^\d\r\n]+)\s(.+)$ and replace...
Sorry it's taken so long to get back to you. It seems that the line in your first clip that ended with ^$GetExpandedName(^##)$^%nL% was being wrapped & I ...
... Off the cuff, two ways: 1. check out the NTP configuration, re outline & html 2. create a conversion clip, that adds the personal touches 3. be more...
I need to find a regex for the following: ^P^P^T ^T^P^T ^T^P^TPDBB186 ^T ^T ^T^P^T^P^T ^P^P The PDBB186 could be any number of numbers/letters/spaces...
... Hi Don, There are two ways to go about it when you want to match a string of characters literally. One is to escape all the metacharacters in the string...
yes this is what I meant by the ^P^T I suspect you have given me enough to figure it out. It was partially \r\n that was tossing me. I was trying one or the...
... Here is what did the job for me Sheri: \r\n\r\n\t \t\r\n\t \t\r\n\t[0-9a-zA-Z ]{5,30}\t \t \t\r\n\t\r\n\t \r\n\r\n I am now onto my next problem, I...
Hi Don, Escaping metacharacters is only relevant to the search side of a replace command, the replacement string is *not* a regular expression. $0 in the...
Hi friends, I have 4.95. The problem is the Regex, I don't find a very good explanations how to use. In the manual, you don't find. Where? C Brito...
abet backup
backup.abet@...
Apr 7, 2007 7:04 pm
16381
... For that version it is documented in the main help file. "Regular Expressions" is in the index. Note that the regular expression engine was replaced in...
Hi Sheri, Thanks. Because my english is bad, I don't explained my question very well: In the forum, I see a lot of good Regexs, but the explaination in the...
abet backup
backup.abet@...
Apr 7, 2007 11:36 pm
16383
... I don't understand regex all that well and in notetab haven't bothered to learn it because it does not work all that well in 4.95 and below. It is slow and...
Friends, Ok, I agree about the 4.95 problem, but you must think in the following (normally the U.S. citizens don't think in that): In the entire world it is...
abet backup
backup.abet@...
Apr 8, 2007 3:02 pm
16386
... This reply is a one off here, please answer to it in off-topic if at all. Cheques were a great innovation when the Fuggers came up with with them some...
Yes, But all my friends (99%) dont have International Credit Card (only Local) and no U.S. check accunt. Paypal is impossible to do payments internationally,...
abet backup
backup.abet@...
Apr 8, 2007 4:16 pm
16388
... I would recommend checking out the 5.2 trial version for 30 days before purchasing, but just wanted to point out that you can purchase through a global...
Sheri should be proud. I actually figured out a couple of regexes! But I am back at a wall here. I am trying to convert a text document into html. I have...
... Hi Don, I would point out that you don't need ^!Jump Doc_Start if you're using the "W" whole document option. Also, "T" is meaningless in combination with...
... Sorry, I sent a bit too quickly. Ignore what I said about subpattern 1, I took the parentheses out of the pattern because they were unnecessary. The...
... Yes, good point. When I first started I was doing just one. When I added the W I should have deleted the jump doc start. I am getting the T because I am...
Hi: I am trying to write a shot clip that follows and am having trouble trying to create mask for an exchange rate of 1.5090 or similar value. I have tried...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ntb-clips group. File :...
ntb-clips@yahoogroups...
Apr 10, 2007 3:11 am
16395
Hi Don, Thanks for reporting those bugs, if you mention things as you come across them I'll try to fix them up. I posted an update to Clipcode Syntax in the...