extract all email address from a text using c#

后端 未结 5 561
终归单人心
终归单人心 2020-12-12 21:52

Is there a way to extract all email addresses from a plain text using C# .

For example

my email address is mrrame@gmail.com and his email is

5条回答
  •  情歌与酒
    2020-12-12 22:39

    Just remove the "^" from the beginning and the "$" from the end of your filter string.

提交回复
热议问题