Skip to content

Remove spaces from phone number with PreParser

Hello,
I would to remove whitespaces with PreParser. I add many rules:

1 whitespace replaced with nothing
2 whitespaces replaced whit nothing
3 whitespaces replaced whit nothing
4 whitespaces replaced whit nothing
  replaced with nothing
   replaced whit nothing
    replaced whit nothing
     replaced whit nothing
\w (regex)
\s (regex)

But not all whitespaces are removed. Can you help me?

Thank in advance

Comments

Sign In or Register to comment.