- Posted by
- hello, Mofi i am a new learner. can you explain more detail about what "^p^p" in "Find MatchCase Select "}}}}^p^p"" means?Posted in Macros
-   Topics
-   Views
- cwq2008119
Jul 29, 2006
- Mofi is right. For example: I want to insert "start" at the beginning and "end" at the end of every line. InsertMode ColumnModeOff HexOff UnixReOff Find RegExp "%^(*^)$" Replace All "start ^1 end" As following: line1: a line2: b line3: c line4: d The result is: line1:start a end line2:start b end li...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- cwq2008119
Jul 25, 2006
- Mofi thank you! i see. find regexp ^[abc^] is searching [abc], and find regexp ^abc^ is searching abc.Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- cwq2008119
Jul 23, 2006
- thank you! something more about "^[lang_en^]*^[/lang_en^]" and "^[lang_en^][~^[]+^[/lang_en^]" ^[lang_en^]:does the first ^ lies in the front of the first character of the start string? and the second ^ in the front of the last character. "^[lang_en^][~^[]+^[/lang_en^]". [~^[],why within [] only exc...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- cwq2008119
Jul 22, 2006
- i had tried as you what to say (Find RegExp "^[lang_en^]*^[/lang_en^]" Replace All "") but [lang_en]and[/lang_en] is replaced with ""Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- cwq2008119
Jul 21, 2006
- MoFi hello! i am a new learner. i don't clearly understand"^[lang_en^]*^[/lang_en^]" and "^[lang_en^][~^[]+^[/lang_en^]" what to means. can you explain them little detail?Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- cwq2008119
Jul 21, 2006