Questions tagged [textpad]

TextPad is a general-purpose text editor.

TextPad is a general-purpose text editor for Microsoft Windows, published by Helios Software Solutions.

146 questions
0
votes
1 answer

Searching for duplicates in TextPad

everyone! I am so very sorry for this question, but I don't have any experience in regex and I would like to know if something is truely possible to do. I am working on a corpus of news stories taken from the BBC News. However, some news items are…
Antonio
  • 1
  • 2
0
votes
2 answers

Regular expression in text editor

I have a requirement to replace all the below numbers to TAB in text Editors like notepad++. I tried the below regular expression but it still needs some manually work. Can anyone help to achieve this in single regular expression. I used the below…
Pallab
  • 687
  • 1
  • 7
  • 15
0
votes
2 answers

Regex match a non-unique character in same string

Here is an example string. I have many more of these that I need to fix: "måde", "answer" => "råd"); In this string there are 2 instances of the character å. I want find a match for the å in råd using regex, while ignoring the the å in måde. So…
Moogal
  • 107
  • 1
  • 9
0
votes
1 answer

Trouble using Find/Replace with a regex

I have the below sample text in front xxxx extra xxxx that I am trying to convert so "http" starts on a new line: in front xxxx xxxx I am using TEXTPAD with regular expressions checked in the FIND/REPLACE window. I have tried using the /n command,…
0
votes
1 answer

How to run all of the JavaScript library in TextPad 6

Sorry if this is a simple or silly question but i have been trying to find the answer for a long time and i have had no luck in my search. I am using TextPad 6 to learn JavaScript code(requested by tutor) but i have noticed a lot of the…
user2982634
0
votes
1 answer

GUI programming errors in CMD after compile

I'm trying to make a simple game which i made array of 9 buttons and for loops to display them and add then to ContentPane. I'm trying to add images to the buttons in the for loops and I cannot get it to work./ any help? String[] images =…
user3392994
  • 13
  • 1
  • 4
0
votes
2 answers

Need to insert a tab in between every instance of a lowercase letter immediately followed by an uppercase letter

I am using TextPad 6 find and replace feature using regular expressions. In the document I need to insert a tab in between every instance where a lowercase letter is followed by an uppercase letter that has no space between them. But I cannot find…
0
votes
2 answers

XML removing lines between two tags

Need your help. I used to work with reprocessing failed XML a lot in MQ. Sometimes due to some issue lots of message used to move to error queue. Here i need to reprocess the message after resolving the issue. In error queue will have data,but will…
0
votes
3 answers

CTRL+F search for "xx *anything* xx"

I am trying to find and replace all for loops in my (js) code with slightly different syntax. I want to find every for loop that used the syntax "for ( any code here ){". Is there a way to find all such instances?
sdotslezek
  • 483
  • 1
  • 6
  • 9
0
votes
3 answers

Errors when linking and compiling C++ files using TextPad/G++, possibly (probably) just syntax?

This very well could be a syntax error on my part since I am rather new with using multiple files and structs in C++ (in particular, passing structs to functions). Here are the three files: main.cpp: #include #include #include…
korina
  • 39
  • 3
  • 9
0
votes
1 answer

Regex and Textpad : Replacing commas with whitespaces

I am hoping someone might be able to help me with this. I am using textpad and need to remove commas that appear in customer addresses with whitespaces For example 123, testville, tesland, abc, testtown, I tried the following in the Replace function…
Xivilai
  • 2,481
  • 3
  • 15
  • 15
0
votes
1 answer

Replacing Multiple XML Node values in TextPad

I have a file with "XMLNodeName "value" CloseXMLNodeName" The "value" changes for each entry of NodeName - I need to replace all the 'value' with blank. How do I do this in Textpad?
user128015
  • 33
  • 1
  • 3
0
votes
1 answer

regular expression search in notepad++ or text pad

I want to be able to search a pattern like 'CREATE TABLE ' followed by any expression include newline and ending with ); So it should be able to select following 2 create table stamtement one after other. create table tab1 ( col1 number, col2…
snowrock
  • 161
  • 1
  • 1
  • 8
0
votes
1 answer

How can I rearrange name formats in Textpad using regular expressions?

In Textpad I have opened a TXT that was exported from a spread sheet. It's a very, very long list of names formatted as "Last, First". How can I very quickly do a Find-and-Replace to make them all "First Last"? Thank you!
user1729506
  • 975
  • 4
  • 15
  • 28
0
votes
1 answer

Extra characters in .doc file when opened with textpad

When I open a document in textpad, some extra null character is appended between every character. Like my document is having following text बॉम्बे testing for webmail. When I am opening in text it is coming as I....M....I t.e.s.t.i.n.g. f.o.r.…
user3008692
  • 39
  • 1
  • 6