Editing
Solaris 10 Associate
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===== Regular expression metacharacters ===== <table style="text-align: center; width: 50%;" align="center" border="1" cellpadding="0" cellspacing="0"> <tr> <td>Metacharacter</td> <td>Purpose</td> <td>Example</td> <td>Result</td> </tr> <tr> <td>^</td> <td>begining of line anchor</td> <td>'^pattern'</td> <td>matches all lines beginning with pattern</td> </tr> <tr> <td>$</td> <td>end of line anchor</td> <td>'pattern$'</td> <td>matches all lines ending with pattern</td> </tr> <tr> <td>.</td> <td>matches one character</td> <td>'p.....n'</td> <td>matches lines containing a "p", followed by five characters, and followed by an "n"</td> </tr> <tr> <td>*</td> <td>matches the preceding item zero or more times</td> <td>'[a-z]*'</td> <td>matches lowercase alphabet characters only</td> </tr> <tr> <td>[ ]</td> <td>matches one character in a pattern</td> <td>'[Pp]attern'</td> <td>matches lines containing Pattern or pattern</td> </tr> <tr> <td>[^]</td> <td>matches one character not in the pattern</td> <td>'[^a-m]attern'</td> <td>matches lines that do not contain a-m and followed by attern</td> </tr> </table> <insert examples regular expression metacharacters>
Summary:
Please note that all contributions to GotOpinion may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
GotOpinion:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information