This thread originated in the basic group, and sombody moved/copied it to clips. Most questions/problems apply to both the clips find/replace commands, as well...
FGriends, This is a fanny situation. I used NTP 5.4/fv, for several years. One of my clips, use this code (for years, ok): ^!Open e:\new92;index.html and he...
... I take it the problem concerns just this one file and no others? If so <NotePro.fpr> contains info about recently opened files. It might help to delete...
As Axel has already pointed out, renaming NoteTab.ini is better than deleting it. Even better is moving it elswhere, since NoteTab replaces the file, and to...
Most times I have something like that is when the file is being 'used' by another program, like windows explorer, Excel, maybe IE? With windows explorer it may...
... Yes, you're right. I use the Totalcommander for all these things and whenever I try to rename a file (back) to an already existing one, I'm asked "do you...
Friends, I need to erase "", two " symbols as, in ""src= I used ^!Replace "\ x{042}\x{042}s(.*?)rc=" >> src= RWS because \ x{042} is the hexadecimal value for...
Hi friends, First for all thanks forr the helps I received. In order to do the ^!Open e:\new92;index.html working, I tried all: 1. Chjanging his name to...
Try this instead: ^!Replace "\"\"+(?=src=)" >> "" ARSW ^!IfError Next Else Skip_-1 That will delete them. It is repeated because it might happen more than once...
... Two answers: a) you don't need any Regex here ^!Replace """src=" >> "src=" WASTI b) " is Dec 34, Hex 22, or Oct 42 So the Regex would be \x22 or \042 Axel...
... Have you also deleted, moved, or renamed the two configuration files I named? I agree it seems to be NT acting strangely here and Eb's point about several...
I want to find this: "4 Lansingburgh High School " I want to then replace the "4 " I want to truncate the "Lansingburgh High School" if it is longer...
... You don't say what you want to replace it with? Assuming below - replace with <empty>, ditto balance of high school name more than 26 characters ... This...
... Alec, your mail program seems to eat multiple spaces. The intended result was a single space after the number. But your solution is great. I didn't see it...
This was close to what I actually needed and very helpful to me. There is content after the second set of spaces that we get to in some cases. I actually do...
... I was aware of that but forgot. My suggestion ought to remove all trailing spaces, so the required number needs to be put back in at the end of the replace...
... In the case of very short names your exactly 23 characters will not only include spaces, unnless there are well over ten of them, but unintended stuff...
I agree fully, but the data structure for the data I'm working on doesn't seem to suffer that flaw. There are always 23 or more characters before the next bit...
Hi everyone, I'm pleased to announce to you the availability of a pre-release version of NoteTab 7.0 -- at last! :) Here's a list of the main changes since...
... version ... Eric; I am a licensed user of NoteTab Pro and have been for years. Today, I tried out the light version to see what has changed (Don't want to...
Hi Wiz, I believe that if you switch the font to a specific regional setting, you will be able to display the characters correctly. This is a less optimum...
Hi everyone, I'm have just uploaded a new pre-release of NoteTab Light and NoteTab Pro Trial version 7.0. Here's a list of the main changes since the first...
Hi Wiz, Thanks for your comments. See my reply in context below... ... NoteTab will handle UTF-8 text just fine as long as all the characters belong to a...
... Which means, more or less, it doesn't really handle UTF-8 at all. The whole point of UTF was and is to escape from the old code-page limits. I do not mind...
... Wow. I'm elated by the introduction of regex support in ^$StrReplace()$. Thank you, Eric, for granting my primary wish! I notice that absence of option A...
Wish I was as smart as Dio but I'll keep trying :-) Great improvement. What I would like as my primary wish is to be able to expand the search box so that I...