First question : I want to replace all characters other than alphanumeric and Special Letters. For example , somestringğüş iöç123456!@#$%^&*()_+
to somestringğüş iöç123456
Second: For example , some---example--long-string
to some-example-long-string
I do not really know regexp , so I need 2 simple regexp strings.Thank you