Regular Expression-PHP Regular Expression matching

Source: Internet
Author: User
Tags php regular expression
How to match the path separator {code...} How to Use preg_match () to match and output the variable $ win_dir. And how to match and output $ linux_dir. How to match \ or thank you !! Matching path Separators

$win_dir = 'C:\hello.txt';$linux_dir = '/home/hello.txt';

How to Usepreg_match()Variable$win_dirHow to match\And output. And$linux_dirHow to match/And output. How to match\\Or//

Thank you !!

Reply content:

Matching path Separators

$win_dir = 'C:\hello.txt';$linux_dir = '/home/hello.txt';

How to Usepreg_match()Variable$win_dirHow to match\And output. And$linux_dirHow to match/And output. How to match\\Or//

Thank you !!

For yourAnd OutputWhat does it mean ..


The above regular expression match\Or/Appears multiple times,
If exact match is required\\Or//, Use the following:

You do not need to use regular expression matching.DIRECTORY_SEPARATORYou can,

DIRECTORY_SEPARATOR: Output System Separator


  

Windows platform output\, Output on the Linux platform/

Related Article

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.