Weibo short address recognition Regular Expression

Source: Internet
Author: User

I recently worked on a Weibo workstation, but I was unable to find it. I had to write one as needed.
Recognize Chinese characters and spaces as ending symbols

The short address recognition regular expression is as follows:

(HTTP | HTTPS | FTP | ftps ):\/\/)? ([A-zA-Z0-9-] + \.) {1, 5} (COM | CN | net | org | HK | tw) (\/(\ w |-) + (\. ([A-Za-Z] + ))?) + )? (\/)? (\?? ([\. %: A-zA-Z0-9 _-] + = [# \. %: a-zA-Z0-9 _-] + (& amp ;)?) + )?

Explanation:
(HTTP | HTTPS | FTP | ftps ):\/\/)?
Indicates whether the request header is contained.
([A-zA-Z0-9-] + \.) {} (COM | CN | net | org | HK | tw)
Indicates the domain name itself, including the 5th pole and domain name suffix
(\/(\ W |-) + (\. ([A-Za-Z] + ))?) + )? (\/)?
The domain name address followed by the domain name.
It contains the following information: "/", "/***. ***"
(\/)? (\?? ([\. %: A-zA-Z0-9 _-] + = [# \. %: a-zA-Z0-9 _-] + (& amp ;)?) + )?
Indicates the encoded URL address.
Contains "? * ** = ***","? * ** = *** & *** = *** # Sdsd"

Disadvantages:
Like Sina Weibo, it is easy to use the # symbol of a topic as part of a short address.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.