|
Can I use back references when using regular expressions in the Find/Replace dialog? |
|
|
Yes. For back referenes in the find/replace dialog use $1. This string will be replaced by element from first parenthesis. You can use $2, $3, etc. for next elements if you want to replace more of them at once. $0 is used for the whole searched string.
Source: NetBeans User FAQ
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.