0

http://beginlinux.com

The term regular expressions refers to a type of search language. You'd use it to search for text strings that match certain defined patterns. So, if you need to search through a document for email addresses, IP addresses, credit card numbers, Social Security numbers, etc., you'd define a regular expression. For example, let's say that you need to search through system log files for all lines that contain a valid IP address. You'd create a regular expression that looks something like:

\b(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\b

Full story »
mogyweb's picture
Created by mogyweb 13 years 12 weeks ago
Category: End User   Tags:

Best karma users