13 Features of Regular Expressions | Linux Today

13 Features of Regular Expressions

Written By
Web Webster
Web Webster
Nov 12, 2010

[ Thanks to Andrew
Weber
for this link. ]

“Following is a summary of some of the major features
of regular expressions.

“1. Supported by Linux/UNIX Utilities
Most commands will support at least the basic aspects of regular
expressions. What this means is that as a tool enhancement regular
expressions have important implications are are worth your time in
learning. Three major utilities demonstrate the importance of
regular expressions.
a. grep – a line parsing tool that is based on regular
expressions
b. awk – a filed parsing tool based on matching text and
using regular expressions
c. sed – a stream editor which facilitates the modification
of text streams

“Experience with these three tools or utilities is critical in
the building of shell scripts.

“2. Reduces Evaluation Times
Because the use of regular expressions provides the ability to
perform multiple tasks at one time, regular expressions save time
and resources on a server. Instead of performing many passes over
the same text in order to achieve one goal at a time, you can
achieve many goals using regular expressions.”


Complete Story

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.