Hi,
Eg : I have string value - 2M Fairview Hospital
From this string I would need to extract only characters like - M Fairview Hospital
I am using the attached regex format but, it’s giving me the null value…not sure why…Can anyone help me with this…
System.Text.RegularExpressions.Regex.Match(StrOrgname,“[A-Z a-z]*”).ToString
Thanks,
Divya.