Answered
GREP Find between "Beginning of a paragraph" and a colon
Hi there,
I want to search any words between "Beginning of a paragraph" and a colon. I am definitely missing something with my script below:
(?=^)*?(?=\:)
Any help really appreciated!
Thanks