Answered
Quick easy GREP question
Hi I'm looking for GREP to style the numbers below:
1. This is text
22. This is text
140. This is text
So, the code should select 1-3 numbers followed by a period.
Can anyone tackle that for me?
Thanks,
Ash
Hi I'm looking for GREP to style the numbers below:
1. This is text
22. This is text
140. This is text
So, the code should select 1-3 numbers followed by a period.
Can anyone tackle that for me?
Thanks,
Ash
By security:
^\d{1,3}\.(?=\h)
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.