Question
Using index marker with GREP negative lookbehind
I want to find a character that does not have an index marker behind it, is this possible with GREP? I tried this but it didn't work:
(?<!~I)a
I want to find a character that does not have an index marker behind it, is this possible with GREP? I tried this but it didn't work:
(?<!~I)a
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.