C# Regular Expression to find multiple sequences of punctuation characters
Posted
by Aran Mulholland
on Stack Overflow
See other posts from Stack Overflow
or by Aran Mulholland
Published on 2010-04-30T01:14:18Z
Indexed on
2010/04/30
1:17 UTC
Read the original article
Hit count: 386
Im trying to match punctuations using regular expressions.
Do i have to specify every punctuation character i am searching for or is there is an escape sequence i can use?
Im sitting here smiling to myself that the answers i might get will just be "Yes" or "No", please elaborate.... (that sentence should match the regular expression twice)
© Stack Overflow or respective owner