Special characters in Perl

Source: Internet
Author: User
\ W matches a letter, number, or underline, it is equivalent to [a-zA-Z_0-9] \ s matching an empty character \ D matching a number \ B matching the beginning and end of a word ^, $ is the unit of action to lock the location, while \ B locks the locations in the unit of words. These modifiers are in uppercase for the opposite situation. In this way, we can use \ W + to match a continuous string to match a word with \ B \ W + \ B to match a blank space and use \ s + to match all characters with [\ D]. match All characters except line breaks with ". "What is the difference between the suffix modifier/s and/m in Perl regular expressions? M is to process the string as multiple rows, S is to process the string as a single row, if s appears in the string \ n is equivalent to a common character. When the handle in <> is short for time, the default value is stdin, that is, the standard input, indicating that the data is obtained from the standard input (for example, using the keyboard input in the command line) while (<>) {} Read all specified files in @ argv (saving program running parameters), each row. If this parameter is not specified, the system reads data from the standard input by row and loops until the end.
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.