I have the following data in my notepad++ file:
aa(40) aa(50) aa(4) aa(8) aa(40)
How do I search for it using regular expressions in notepad++?
Note : aa is always constant
aa
In Notepad++:
^aa\(\d+\)