ultraedit
Perl Vs Ultraedit Scripting
I\'m wondering if Perl is a good (easy to use and to learn) tool for this: I\'d like to do some custom preprocessing on my C/C++ source code.Basically, this\'s to allow me to insert my own custom ann[详细]
2023-03-01 06:17 分类:问答Perl regex to match <foo>eof
How can I use the Perl regex search to find files ending in: -------\\r\\n<eof> In hex this is: 2D 2D 2D 2D 0D 0A (the end of the file)[详细]
2023-02-08 08:56 分类:问答Replacing multiple blank lines with one blank line using RegEx search and replace
I have a file that I need to reformat and remove \"extra\" blank lines. I am using the Perl syntax regular expression search and replace functionality of UltraEdit and need the regular expression to[详细]
2023-01-30 23:58 分类:问答Any Suggestions for Ultra Edit Setup?
I was wondering if anyone uses Ultra Edit, I have just installed Version 16.30.0.1001. My question is, can Ultra Edit be set-up to complete tags and to suggest attributes kind of like how dream weav[详细]
2023-01-29 22:57 分类:问答Regular Expression Using the Dot-Matches-All Mode
Normally the . doesn\'t match newline unless I specify the engine to do so with the (?s) flag.I tried this regexp on my editor\'s (UltraEdit v14.10) regexp engine using Perl style regexp mode:[详细]
2023-01-28 14:17 分类:问答Multi-Line Regular Expression
I\'m trying to match out of this text: <a href=\"http://english317.ning.com/profiles/blogs/bad-business-writing-487\">Continue</a>[详细]
2023-01-14 02:09 分类:问答UltraEdit Java Editor Setup
Does anyone have some suggestions on how to set up Ultra开发者_运维百科Edit-32 (I\'m using version 8.10a) for use as a Java editor?[详细]
2023-01-12 13:15 分类:问答Regex expression to back reference more than 9 values in a replace
I have a regex expression that traverses a string and pulls out 40 values, it looks sort if like the query below, but much larger and more complicated[详细]
2023-01-08 02:48 分类:问答How do we match any single character including line feed in Perl regular expression?
I would like to use UltraEdit regular expression (perl) to replace the following text with some other text in a bunch of html fil开发者_如何学JAVAes:[详细]
2022-12-30 19:11 分类:问答Syntax hightlighting of template-toolkit within Ultraedit
Have anyone succesfully created a \"wordfile\" that works? I\'ve tried but i 开发者_C百科can\'t get it to highlight [% and %]I am much too late to answer this, just was looking for some help with my w[详细]
2022-12-22 15:29 分类:问答