Positive expression? Solution

Source: Internet
Author: User
Positive Expression ??????????????? Urgent & lt ;? Php & nbsp; $ str = '& lt; divid = & quot; Div3 & quot; class = & quot; modResumeInfo & quot; & gt; & lt; divclass = & quot; title & quot; onclick = & qu positive expression ??????????????? Urgent
$ Str ='


Foreign language proficiency



English: proficient in reading and writing | proficient in listening and speaking

Korean: average read/write capability | excellent listening and speaking capabilities

German: average reading/writing capability | average listening and speaking ability



I want to extract the three English words, Korean and German. how do I use regular expressions?
In this format:
Prefix string (? [\ S \ S] *?) Rear string

------ Solution --------------------
PHP code
$ Str = 'foreign language proficiency in English: proficient in reading and writing | proficient in listening and speaking Korean: average in reading and writing | excellent in listening and speaking German: average in reading and writing | average in listening and speaking
   '; Preg_match_all (' @ (. +) :(. +) @ U', $ str, $ match); var_dump ($ match [1]);
------ Solution --------------------
PHP code
$ Str = <TEXT foreign language proficiency: English: proficient in reading and writing | proficient in listening and speaking Korean: average in reading and writing | excellent in listening and speaking German: average in reading and writing | average in listening and speaking
     TEXT; preg_match_all ("/(. *):/", $ str, $ arr); print_r ($ arr );

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.