Eclipse Bulk Query Replacement

Source: Internet
Author: User

It's always a headache to make uniform changes to a string method parameter in multiple JSPs or Java files, until yesterday with the Urlrewriter XML configuration file, you can use regular Expression_r (regular expression) to match To find updates in bulk, here's how:

1, CTRL + H open Eclipse's search panel,

2. Select the tab for File Search,

3. Select the Regular expression check box,

4. Enter the regular expression you want to replace (find) in the containing text input box, for example, we want to replace href= "aaabbbccc.do" with href= "<c:url value=" aaabbbccc.do "/>" where AAABBBCCC for the indefinite content (of course, if it is certain, it does not need to use regular expression so troublesome) then enter href= "(\w+\.do)" Here to notice that the parentheses represent a regular match, matching those not fixed values

5. Click the Replace button to pop up the replace panel, in the second input box, the data target string, href= "<c:url value=" "/>" Note: One of the first parentheses entered above is a match of the non-fixed value

6. Click Replace All to OK

Eclipse Bulk Query Replacement

Related Article

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.