- Posted by
- The first script posted by me on 2012-03-27 should not be used as it is horrible slow on splitting up a very large file into several files also with large blocks. The performance of UltraEdit for Windows prior v18.20.0.1017 on writing with scripting command write a large block into a file was really...Posted in Scripts
-   Topics
-   Views
- Mofi
Apr 04, 2020
- The calculation of total sum of first integer or float value of all D lines of same H line can be done already on creation of every D line and can be output output at beginning of every E line instead of value 0 read from CSV file. The updated script does that according to example. // Character code...Posted in Scripts
-   Topics
-   Views
- Mofi
Dec 05, 2018
- The solution by Ovg is OK but I would prefer a little more robust pattern (we don't know the upper limit for Items): F: ^(Item[^,]++,\d\d)/\d\d(/\d\d\d\d) R: \1\2 BR, FleggyPosted in Find/Replace/Regular Expressions
-   Topics
-   Views
- fleggy
Jan 05, 2018
- Search->Replace. Find what: (?<=Item.,)(\d\d)/\d\d(/\d\d\d\d) Replace with: \1\2 Regular Expressions: Perl Check Replace all from top of file Click replace allPosted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Ovg
Jan 04, 2018
- On Macros & Scripts page there is the scripts collection Find strings to new file created by me to ask the script user on execution for a regular expression search string to find strings of interest in active file and output all found strings in a new file line by line. The scripts can be used on sm...Posted in Scripts
-   Topics
-   Views
- Mofi
Sep 29, 2012