Classification of regular expressions
Basic Regular Expressions (basic Regular expression also known as basic RegEx abbreviation Bres)
Extended Regular expression (Extended Regular expression also known as Extended RegEx abbreviation Eres)
Perl Regular Expressions (Perl Regular expression called Perl RegEx abbreviation pres)
Basic components
The basic component of a regular expression.
650) this.width=650; "title=" 01.png "src=" http://s3.51cto.com/wyfs02/M00/80/79/wKiom1dCrlTy1OVVAACDJROIVlQ869.png "alt=" Wkiom1dcrlty1ovvaacdjroivlq869.png "/>
POSIX character class
The POSIX character class is a special meta-sequence (meta sequence) of a shape such as [: ...:] that can be used to match a specific range of characters.
650) this.width=650; "title=" 02.png "src=" http://s5.51cto.com/wyfs02/M01/80/79/wKiom1dCrmLxiGw5AABUsFkEec0348.png "alt=" Wkiom1dcrmlxigw5aabusfkeec0348.png "/>
Metacharacters
Metacharacters (meta character) is a Perl-style regular expression that is supported by only a subset of text processing tools, not all text processing tools.
650) this.width=650; "title=" 03.png "src=" http://s4.51cto.com/wyfs02/M01/80/77/wKioL1dCr13gV-sgAABTQ32DOWg279.png "alt=" Wkiol1dcr13gv-sgaabtq32dowg279.png "/>
This article is from the "Enterゝ blog" blog, make sure to keep this source http://wanglei1024.blog.51cto.com/268702/1782136
Shell Regular Expression