1

Presently I am working in eclipse. I have some buttons with some attribute like.

<button class="btn btn-primary" data-customid="btn_select">
    <span>Select</span>
</button>
<button class="btn btn-primary" 
    data-customid="btn_select">
    <span>Select</span>
</button> 

when i am search using

<button * data

the searching is perfect with one line button but multi-line buttons not support this regular expression. How to possible search with multi-line regular expression.

ggorlen
  • 33,459
  • 6
  • 59
  • 67
user1727852
  • 123
  • 2
  • 9

0 Answers0