votes
match a word by regular expression in c#
Hi, I want a regular expression to check the below string which includes some apostrophes: 'YMF1 ' 103200 'REAL' and remove the "second" apostrophe in that string and return true if it can match the exact standalone wor ...
