Regexp for extracting a mailto: address

后端 未结 5 833
醉梦人生
醉梦人生 2020-12-12 02:29

I\'d like a reg exp which can take a block of string, and find the strings matching the format:

....
5条回答
  •  一生所求
    2020-12-12 03:22

    for me worked ~~ will return an array containing elements found. Here you can test it: https://regex101.com/r/rTmKR4/1

提交回复
热议问题