I need a RegEx expression to avoid spam with symbols. I give you an example that I want to avoid with RegEx:
The normal IP:
5.196.39.29
The IP that I want to censore:
5.--.196.--.39.--.29
5  -  196  - 39  - 29
and all other combinations..
How can I do that?
 
     
    