Answered
How to target 2 digit paragraph only
Dear All,
I am looking the GREP code, which will target to select only 2 digit paragraph only. My entered code search in both number, expecting to target only 2 digit paragraph. Please help

Dear All,
I am looking the GREP code, which will target to select only 2 digit paragraph only. My entered code search in both number, expecting to target only 2 digit paragraph. Please help

Start your regex with ^
^ means to search from the start of the string so the second match you get would be avoided
-Manan
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.