- Posted by
-   Topics
-   Views
- mightymax
Feb 02, 2022
- The script goes through a file and removes misc. tags. The output is a clean SGM file (Attachment BrokenTablesDesiredResults.xml) The issue is the script is stopping at the end of the warning tag because it has an end </para tag before the last tabmat table. I can't seem to write the REGEX to look b...Posted in Scripts
-   Topics
-   Views
- mightymax
Nov 10, 2021
- Thank you for the response. The code works great!Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- mightymax
Nov 08, 2021
- It works but I found a new condition instance. There are some attributes that do have spaces in them. For example <applicdef verdate="18 Jan 2019 verstatus="ver"> The regular expression matches up to <applicdef verdate="18 But I need to evaluate each attribute as a whole. So in this instance '18 Ja...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- mightymax
Oct 14, 2021
- I need a Perl regular expression to select content only if the content is missing either the beginning quote or ending quote. The beginning quote will always be preceded by an equal symbol = . The ending quote can be followed by a space, more text or carriage return. In one given line there can be m...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- mightymax
Oct 13, 2021
- Mofi I need the script to extend to the end para tag after the end tabmat table. There can be a <line>, <brk> or other tag up until the end para tag </para>. So the script needs to be written for this type of ending....'</tabmat>Text test test <line>test line test</line></para>' or </tabmat></para>....Posted in Scripts
-   Topics
-   Views
- mightymax
Oct 08, 2021
- I ran the script on a large file but there were empty some tables missing the table headers and only the 'row' tags were left. The first tabmat tags were missing from the tag results. Listed below are some examples. I've attached a source file and a scripted file for your review. At first I thought ...Posted in Scripts
-   Topics
-   Views
- mightymax
Sep 30, 2021
- This should be a simple task. Get the string, make changes to the string and write it to the document. I've tried to make my REGEX's as general as possible so it can capture all instances found in the document. function DeleteEmptyLines () { UltraEdit.perlReOn(); UltraEdit.activeDocument.findRep...Posted in Scripts
-   Topics
-   Views
- mightymax
Sep 27, 2021