Grep at numbered list
Hi
I have a numbered list and I would like to give a tab char before the number. Something like this:
Existing:
=======
(1) Item 1
(2) Item 2
What I want:
==========
A tab char, then (1) Item 1
A tab char, then (2) Item 2
How would I GREP the before of the number. ^\(\d\) is not working. Its saying "no match found"
Thanks and regards

