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
  • 44,755
  • 7
  • 76
  • 106
user1727852
  • 123
  • 2
  • 10

0 Answers0