- Posted by
- Hi Mofi. Thanks for the reply. That is the code of the script file. var searchText = "AUTHORIZATION SKIPPED"; // Text to search for var extractedLines = []; for (var i = 0; i < UltraEdit.document.length; i++) { var line = UltraEdit.document[i]; // Check if the line contains the specified tex...Posted in Scripts
-   Topics
-   Views
- eugz
Sep 18, 2023
- Hi all. I'm using UltraEdit version 25.20.0.166. I would like to extract special text from the lines of a file. For this purpose I tried to use JavaScript code by following these steps: I created a JavaScript file - extractText.js . Then launched UltraEdit and in menu selected the Advanced . Selecte...Posted in Scripts
-   Topics
-   Views
- eugz
Sep 17, 2023