Php extracts the url code of a website from a string

Source: Internet
Author: User

Example

The code is as follows: Copy code

$ PostInfo ['answer2'] = 'Yes, commercial loans can be shared by 36%, and provident fund loans can be shared by 16% ||| you can extract the balance from your account for down payment, then, each month, commercial loans can be shared by 36%, and provident fund loans can be shared by 16% | yes, now the class a provident fund is the proportion of the http://www.111cn.net is the wage base of 34% | ah yes | can be shared, Class A 34%
';

Preg_match_all ("/http: [\/] {2} [a-z] + [.] {1} [a-z \ d \-] + [.] {1} [a-z \ d] * [\/] * [A-Za-z \ d] * [\/] * [A-Za-z \ d] */", $ postInfo ['answer2'], $ array2 );

Print_r ($ array2 );
 
If (! Empty ($ array2 [0])
{
Foreach ($ array2 [0] as $ k => $ v ){
$ PostInfo ['answer2'] = str_replace ($ array2 [0] [$ k], '', $ postInfo ['answer2']);
 }
}

The result is

(
[0] => Array
        (
Http://www.111cn.net
        )

)

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.