"Regular Expression" and "Find/Replace" recipes don't use the same regex capabilities. Regular Expression: \p{Greek}+ Input: \p{Greek} Ναδ Regular Expression Output: \p{Greek} Ναδ (Highlighted) Find/Replace Output: \\ Ναδ
"Regular Expression" and "Find/Replace" recipes don't use the same regex capabilities.
Regular Expression:
\p{Greek}+
Input:
\p{Greek}
Ναδ
Regular Expression Output:
\p{Greek}
Ναδ (Highlighted)
Find/Replace Output:
\
Ναδ