Horje
How do I remove all non alphanumeric characters from a string? Code Example
How do I remove all non alphanumeric characters from a string?
Regex rgx = new Regex("[^a-zA-Z0-9 -]");
str = rgx.Replace(str, "");




Csharp

Related
avoid autocomplete input text asp.net Code Example avoid autocomplete input text asp.net Code Example
list.max c# Code Example list.max c# Code Example
c# filter non alphanumeric characters Code Example c# filter non alphanumeric characters Code Example
c# thread sleep Code Example c# thread sleep Code Example
unity add explosion force Code Example unity add explosion force Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12