I am now running NoteTab Pro on Windows 7. Previously, there was a menu item to replace Notepad with NoteTab. Now there's a menu item to 'Open in Notepad', but...
I have a note that this regexp find works (and it does), but can't find an explanation... What does the (?s) do? Is it the ? or the s or both??? FIND...
Might be way off base, I am not a seasoned NoteTab Pro user, nor am I a progammer. If I have strings in a txt file that look like this: /y=250 /y=255 /y=260 Is...
Whoops. After my consternation over why something that used to work no longer works, I shut down NoteTab. I fired it back up, and now the code executes as I...
I am creating data files from articles. I am using the title of the article as a variable and using the following clip to create the variable ^!Replace "!" >>...
Greetings; I am trying to take two columns of data and turn it into SQL statments. There is probably a more elegant solution than what I figured out, but it...
Not sure why the following clip, which should only prompt for a search term if there's no text selected in NT, prompts me for a search term even when there is...
Greetings all. I want to do something which seems incredibly simple, but can't figure out how. I know there's presently a set of tools to create HTML in...
In a text database, some terms are marked with asterisks for indexing. For example... Alexander von **Humboldt**'s travel diary of his journey on the...
I've asked this question before, but I don't like the results I get, so I'm back to try again. In my clip library, I have some clips to display multi-paragraph...
I have a bunch of files in subdirectories (well only one file per sub-directory). So I have: folder1/folder1.html folder2/folder2.html etc. All in the main...
hello, clippers:) I'm still new to clip-making and I'd like to make a clip to create XHTML-compliant youtube video clips. I've got thecode, but I can't...
I want to create a toolbar. I want to create a button on that toolbar that will create a new file with today's date as part of the filename when clicked on. I...
I know I can use search disk to search a group of files and open them if they have my search term. In this case I don't want to actually open the files, I just...
Good afternoon I was given direction by Fookes support to ask this group for assistance in retrieving specific information from a series of log files from our...
^!Replace "#" >> "" ACIWS Should that not remove all # characters from my file? It works if I use the replace dialog, but not a clip. This does work ......
Found it: ^$StrCount("SubStr";"Str";CaseSensitive;WholeWord)$ Hello, Is there any command or RegEx that will count the occurrence of a ^!Find similar to the...
I'm working with some data that has columns and column headers. In the processing of my clips, the header itself is changed. I'd like to save the header to a...
In coding for processing very large files I got to wondering about clip performance optimization. Since there are usually different ways to accomplish the same...
Hello, Is there any command or RegEx that will count the occurrence of a ^!Find similar to the 'Count Occurrences" checkbox of the Find & Replace toolbar ...
I've discovered that the clips I write using NTP 6.12 do not fully function in the Light and Standard version. I was able to reproduce the problem by...
Hello, Is there any way to create/populate a drop down menu with a large (~100) number of choices (preferably from a disk file)? I can see how to define a clip...
Friends? What are the error with this?: ^!Open (a html document) ^!Find "<META(?s)="Abet(.*?)name=description>" RTIWS ^!Set %description%=^$GetSelection$ ...
Proof of concept works!!! After all the trials, frustrations & tribulations this was almost too easy. By simply expanding my test clip and using a previous...
Well it turns out I have more or less answered my own question regarding RegEx tutorials. I have found the official repository of PCRE (the RegEx engine used...
For a stateless machine, NoteTab has a very strange behavior: Depending on whether ^!Append or ^!Set was used to create identical strings, the value of the...
I'm looking to grab the stock price data from Google Finance's home page: http://www.google.com/finance And insert it into the current document in the...