The LinuxDig.Com Linux Dictionary is currently in Beta. You can help, email Comments or Suggestions here.
Number of Terms : 8142 Number of Definitions : 9135
regular expression1. A set of symbols, including text and metacharacters, used to search for text. The most common components are the period (.), which matches one character; the asterisk (*), which matches any number of characters; and brackets ([string]), which list a set of characters to be matched. From Linux Guide @FirstLinux |
|
|