1) First I want to find text with a picture, for example
app(abs(something),abs(something))
in large text using Notepad ++, the sample text shown below:
app(abs(any length of characters here),abs(any length of characters here)),
tapp(abs(any length of characters here),abs(any length of characters here)),
app(abs(any length of characters here),app(any length of characters here)),
app(abs(any length of characters here),some(any length of characters here)),
app(abs(any length of characters here)) ,abs(any length of characters here))
when I use "app (abs ((.?)), abs ((.?)))" to search, it finds the first and second lines in the above sample. The second line is not what I'm looking for. what is wrong with my expression?
2) If possible, I want the open and closed bracket () after each paragraph to match, for example
"app( abs(..(..)..),abs(..(..(...)..)..) )"
but not like
"app(abs((), abs())"
where the first abs has an inconsistent bracket.
Please give some advice!
Thanks in advance
source
share