I'm guessing it's because you have the mode set to Regular Expressions and a regex can't begin with a * (because * refers to the thing before it and there isn't one).
1 Like
I'm guessing it's because you have the mode set to Regular Expressions and a regex can't begin with a * (because * refers to the thing before it and there isn't one).