- Posted by
- Next I wanted to delete all lines with "" as second value. Unfortunately, the expression ^.*?,"",.*\r\n you suggested (in a now already deleted post) deleted all lines after the header lines. Definitely not what I wanted. Here is an example of my file, including the header line, but omitting a lot m...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- bpurosky
Mar 25, 2013
- I'm getting " Search string ' ^(?:[^\t\r\n]*\t){1}"2"\t.*\r\n ' not found. " However, I just noticed your text below the image referring to "tabs". It is not tab delimited, but comma delimited. Is that what you were referring to? Changed my expression to ^(?:[^ , \r\n]* , ){1}"2" , .\r\n and it work...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- bpurosky
Mar 21, 2013
- Thank you, Mofi, for your response. It is a csv file, but I am in Windows, not Unix. I also do not understand what a Perl regular expression Replace All is. Is this something I can enter somewhere in UltraEdit? If so, where? Also, the field containing a value of "2" (with the quotes around it) is th...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- bpurosky
Mar 20, 2013
- I have not worked with scripts much, but feel there is a way to set bookmarks using toggleBookmark after finding particular rows. For instance, I have a column heading of "Entity Type Code" and I would like to bookmark rows where that column contains "2" (a text field) for the purpose of deleting th...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- bpurosky
Mar 20, 2013