Scrape Content Using Regular Expressions

 Introduction to the use of regular expressions:

Email format: (\\w{1,}@\\w{2,6}(\\.\\w{2,10}){1,2}

Mobile phone number format: 1[3-9]\\d{9})

Phone number format: (0\\d{2,6}-?\\d{2,15})

 


 

Guess you like

Origin blog.csdn.net/weixin_45533131/article/details/119836665
Recommended