- Posted by
- I found something here Delete all lines between 2 pre-defined texts and compiled into this: InsertMode ColumnModeOff HexOff Top Loop Find "[lang_en]" IfNotFound ExitLoop EndIf EndIf StartSelect Find Select "[/lang_en]" IfSel EndSelect Delete Else EndSelect ExitLoop EndIf EndLoop Find "[lang_sk]" Rep...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- EllE
Jul 16, 2006
- i need remove text between [lang_en] and [/lang_en] example: blabla [lang_en]Genre: Sci-Fi / Action / Adventure[/lang_en] blabla [lang_en]Country:[/lang_en] USA / Canada i testing this macro: InsertMode ColumnModeOff HexOff UnixReOff Top Loop Find RegExp "lang_en[~,]+/lang_en" IfFound Delete Else Ex...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- EllE
Jul 16, 2006
-   Topics
-   Views
- EllE
Jun 21, 2006
- T*h*a*n*k*s :idea: :arrow: :lol:Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- EllE
Jun 21, 2006
- And where is code for macro ? I need example delete all lines which do not contain [images] [images]http://...[/images] Reply: [quotes]bla bla[/quotes] [images]http://...[/images] [quotes]bla bla[/quotes] = in this example I need to remove line 2 and 4Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- EllE
Jun 21, 2006
- first works great ... thanx :) but second is not variable ... i need something like: Find "[img]*^[/img]^p[img]*^[/img]" Replace All "[img]^1[/img][img]^1[/img]" and testing this stupid method: InsertMode ColumnModeOff HexOff UnixReOff Top Loop Key END Key DEL Key DOWN ARROW Else ExitLoop EndIf EndL...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- EllE
Jun 21, 2006
- and how lowercase last characters without first one ? example: ABCDEF ABCDEF ABCDEF into: Abcdef Abcdef AbcdefPosted in Find/Replace/Regular Expressions
-   Topics
-   Views
- EllE
Jun 19, 2006
- and my lowercase all :D InsertMode ColumnModeOff HexOff UnixReOff Top Loop Find RegExp "%[A-Z]*^p" IfFound ToLower Else ExitLoop EndIf EndLoop exist something simplify?Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- EllE
Jun 18, 2006
- how sort this text, please example: [img]http://...[/img][img]http://...[/img][img]http://...[/img] into: [img]http://...[/img] [img]http://...[/img] [img]http://...[/img] AND another sorting [img]http://...[/img] [img]http://...[/img] [img]http://...[/img] [img]http://...[/img] [img]http://...[/img...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- EllE
Jun 17, 2006
- nice... and exist this for Regular expressions in UltraEdit style???Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- EllE
Jun 15, 2006
- i test this :) InsertMode ColumnModeOff HexOff UnixReOff Top Find RegExp "%^(*^)$" Replace All "XXX^1XXX" replaced all but only last row not :( before: a a a after: XXXaXXX XXXaXXX a you must use this a a a for propher XXXaXXX XXXaXXX XXXaXXXPosted in Find/Replace/Regular Expressions
-   Topics
-   Views
- EllE
Jun 14, 2006