R regex find last occurrence of delimiter

后端 未结 4 1182
情深已故
情深已故 2020-12-06 13:58

I\'m trying to get the ending for email addresses (ie .net, .com, .edu, etc.) but the portion after the @ can have multiple periods.

library(stringi)

stri         


        
4条回答
提交回复
热议问题