According to documentation I have read, ^p is UE regex I can use in place of ^r^n
I have UNIX PHP files (i.e. lines are terminated with \n). I just realized that a find operation for ^p results in nothing found, whereas a UE regex find for [^p] finds all the \n characters.
Is this by design? Am I missing something?
I have UNIX PHP files (i.e. lines are terminated with \n). I just realized that a find operation for ^p results in nothing found, whereas a UE regex find for [^p] finds all the \n characters.
Is this by design? Am I missing something?