N
nicolas_laurent545
This command perl -pi -e 's/(\p{IsAplha}+)(é)(\s)/($1$2)/g' text.txt
returns
Can't find Unicode property definition "Aplha" at -e line 1, <> line 1.
What should I do to correct the problem ?
Thanks
returns
Can't find Unicode property definition "Aplha" at -e line 1, <> line 1.
What should I do to correct the problem ?
Thanks