Regular Expressions – Search by Patterns

Regular expressions are a concise, specific, and flexible way to match strings of text commonly used in programming languages and regularly allowed in configurations to extend flexibility to all sorts of processes. Not surprisingly, people began noticing these patterns even before wide-spread programming. Analyzing strings of text is very much like math. Regular Sets were first introduced in the 1950’s. Regular expressions can also be called RegEx which can be quite complex and often times confusing. Let’s take a look at how regular expressions can be used.

Check out some examples here: http://www.regular-expressions.info/examples.html

Some great examples of using RegEx can be shown using Linux and Grep:

Here is a brief presentation of how RegEx can be used in SQL:

About Phillihp Harmon

I'm Phillihp. My name can be spelled the same way forwards and backwards, so can my posts... if you wish. I'm out here exploring, learning, and sharing what I find. This is more for fun and personal growth, I aim to be as consistent as possible, so check back daily!
This entry was posted in Hacking, Programming. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *


*