EditPlus-EmEditor and Searchandreplace Regular Expressions _ regular expressions

Source: Internet
Author: User

Use ". *" in EmEditor to match any character, such as "<table style=" boder:1px solid blue > "simplified to" <table> searchable string "for all articles like" <table Style= ". *" > "and Replace with" <table> "can be.

Match in search and replace (Sr32.exe) with "*[]", such as All "style=" boder:1px solid blue "to remove the available string" style= ' *[' "" "to search, the replacement string is empty, search for replacement can be.

Some of the better regular in EditPlus:
Replace blank line

Copy Code code as follows:

^[\s\s]*\n

Ahead of the number for example
1 function jb51.net () {
2 Alert (' cloud-dwelling community ');
3}
If you reach thousands of lines, you need to use regular.
Copy Code code as follows:

^[0-9]*


Replace so text or white text is mainly added to a newline

Mainly is the substitution. Syntax similar to the following
<span style= "Display:none;" >
UD ' _cf$|) A0</span>
Copy Code code as follows:

<span style= "Display:none;" >\n.[^<]*</span>

But after testing found that if the middle of the line is difficult to match, so far did not find, if you know, please reply. Thank you, sir.
And so on a lot of skills, as long as we look carefully at the cloud-dwelling community of regular expressions related to the article on it. Before you replace, you must search the next to see if it satisfies the condition.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.