105 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-3
votes
1
answer
136
views
Expression for finding position after X number of commas
I am looking for some type of regular expression (or similar) that I can use in UltraEdit text editor that will find text between a fixed number of commas (ignoring anything in quotes as shown below) ...
3
votes
3
answers
114
views
UltraEdit regex replacing function exceeds available resource
I want to make shorter the long quotes in a large txt.
My lines:
'Az ital miatt lettem szerelmes, A szerelem miatt pedig adósságba futottam, És bár küzdöttem, küzdöttem és küzdöttem, mégsem tudok ...
3
votes
2
answers
894
views
Regex to find missing quote
I need a perl regular expression to select content only if the content is missing either the begining quote or ending quote. The begining quote will always be precedded by an equal symbol =. The ...
0
votes
1
answer
627
views
How can I align values to same column on UltraEdit?
I'm using ultraedit to write a text like following:
key1: value1
key2 with different length: value2
key3 with other length: value3 with other length
key4: guess what? value4
And I would like to have ...
1
vote
1
answer
954
views
Is there a way to split a large text stream into 550 character sections?
I currently am working on a file that is 3,430,900 characters long all in one string. I need to break/split this text string into 550 character segments so there is one 550 segment per line. Each ...
1
vote
2
answers
170
views
UltraEdit script using saveAs("^c")
I am using an Excel macro to call up UltraEdit in order to execute a script on some files.
In the Excel macro I write the path that I want the new file to be saved in by the UltraEdit script. Up ...
1
vote
1
answer
290
views
How to apply a filter on date fields in UltraEdit
I am trying to use the filter option in UltraEdit. I have a simple CSV file. It has 3 columns. The last column has dates. I need to apply a filter so that I see only those lines with dates older than, ...
0
votes
1
answer
117
views
In UltraEdit for Mac, I want to replace group0(full match) with group0 plus some more
I'm using UltraEdit in Perl regex mode to do that.
i.e. (cat) (dog) replaced with 0ドル\n1ドル 2ドル
Although the 1ドル and 2ドル worked, I couldn't find a way to make 0ドル work.
Does anyone experience this issue?
0
votes
3
answers
505
views
PowerShell run Ultraedit Script
Is it possible to run an UltraEdit macro or script from the PowerShell? Something like following:
uedit64.exe c:\temp\test.txt /s,e="c:\temp\script.js"
I have nothing special. I just want to open ...
2
votes
1
answer
214
views
UltraEdit (or MacOS regex): Delete multiple lines in xml
I have an unformatted xml file in which I would like to delete tags of a specific name that contain some value.
Example:
<XmlElement1>
</XmlElement1>
<XmlElement2 ... >
...
&...
1
vote
1
answer
214
views
Replace character in large txt file
I have a series of .txt files that I need to upload to Google Cloud in order to create some tables out of them in BigQuery. The files are tables whose separator is a ';'.
For some reason it seems ...
1
vote
1
answer
64
views
Remove CR from text file if subsequent line is shorter than X characters
I have a massive text/csv file with is 6 GB big.
When it was created an error happened and some new line characters (CRLF) have not been removed from fields so certain lines are broken
Here a ...
0
votes
1
answer
266
views
How to link CSS to HTML in UltraEdit?
I've just started using UltraEdit for coding in HTML and CSS on Mac. (I am new to HTML, I've done only a little of it in Notepad++ on Windows.)
The problem is that I can not attach my CSS file to my ...
0
votes
3
answers
703
views
UltraEdit/Notepad - XML Remove nodes with empty properties
I'm currently facing an issue with a software i'm working with , this software receives from an external sofware several Xmls that we do need to process , now our issue is that those Xml files contain ...
-1
votes
3
answers
126
views
Using RegEx select line based on positive criteria but exclude certain lines based on negative
I apologize if there is an answer for this somewhere, but my search skills have failed me if there is.
I'm using UltraEdit and there are lines I need to remove from some JSON schemas to make ...