Could you please let me know, what is the meaning of the following regular expression
[^\x7f]+
Matching any character other than the one with character code 7f
Matching any character other than the one with character code 7f