regex - C# regular expression '+' character -


how use c# regular expressions search special characters (like '+' in case)?

i use + in perl / ruby, can't seem figure out how in c#. can provide.

use backslash escape special characters


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -