C# REGEX: NON-Alphanumeric Matching and Replacing (Reemplazo y búsqueda de caracteres no alfanuméricos)

1
2
using System;
using System.Text;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
This snippet does match every non alpha numerical character.

Este snippet encuentra cada caracter no alfanumérico.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.