in reply to Re: I need a Regex to get my Dirty Data Whiter.
in thread I need a Regex to get my Dirty Data Whiter.

The ^ inside the character class makes it negative. So Dave's regex says every character which is not between a space and a tilde should be replaced with nothing.
  • Comment on (kudra: ^ negates) RE: Re: I need a Regex to get my Dirty Data Whiter.