Skip to main content

Posts Tagged ‘Regular Expressions’

But How Do It Know? Dissecting Regular Expressions

To truly understand regular expressions, you have to actually use them. A lot of people who use regular expressions (regex) don’t care to understand how they work; they just Google one that looks like it might work for them, throw it in there, and hope for the best. I don’t know how it works, it […]

The Magic of RegEx: An Intro to Regular Expressions

Despite its bad rap and its esoteric nature, the black-magic voodoo science of regular expressions intrigues me. Few things in web development grip me like regex does. And somehow, like magic, like the magic of regex itself; I become “the regex guy.” Weekly, sometimes daily, I get asked to help write a regex. I, of […]

A Better Way to Analyze Your Logs

At Perficient, our SupportNet team uses a variety of tools for analyzing logs across the Oracle applications. There are a number of different file formats, which often makes parsing logs troublesome. We have adopted use of regular expressions to help parse the variety of formats that we have to routinely analyze. “A regular expression (regex […]

SPSS Does Regular Expressions

Well. OK, it does use Python, but you can use Python and regular expressions within IBM SPSS.  Regular expressions allow you to do complex string searches with a minimal amount of coding.  Both IBM SPSS Statistics and Modeler do a good job with string manipulation.  However, you often are faced with performing complex string searches […]