A guy who is humble, down-to-earth, open and honest, easy to get along with, and generally well-versed about all the usual things people do. Someone who isn't power-hungry, arrogant, super competitive, insecure, or egotistical. A guy you'd want to have a conversation with about things like sports, fishing, camping, hard work, relationships, home repair, music, cars, movies, power tools, etc. A guy who will never embarrass you or cause problems socially and has nothing to prove.
Rodney Dangerfield's character in Caddyshack is rich and wild and probably hasn't picked up a drill in years, but he's still a regular guy. Same with Jackie Mason's character in Caddyshack 2!
You can talk to John about anything, he's a regular guy and won't judge you or talk shit.
Call John when we go shoot off fireworks--he'll love it, he's a regular guy like us!
You can talk to John about anything, he's a regular guy and won't judge you or talk shit.
Call John when we go shoot off fireworks--he'll love it, he's a regular guy like us!
by DGarb August 18, 2012
Get the regular guy mug.Related Words
by Krkič September 19, 2020
Get the regular workout mug.by megalodon333 February 2, 2018
Get the Regular coffee mug.A female that gives off the appearance of being loyal and wifey material, but at the end of the day is just a regular hoe who will let your bro hit
by RegularHoe June 19, 2018
Get the Regular Hoe mug.A text string pattern matching mechanism. Usually applied to individual lines of text, such as from a simple text file, where the regular expression (sometimes abbreviated as RE) pattern can be used to precisely specify which lines ought to match and which shouldn't. The more complicated REs may look very confusing to people who don't know them, as they look more like a random string of letters and other characters without any obvious meaning.
Commonly they're enclosed between slashes (/like this/), because that's how they were used in many ancient Unix tools. They can also be used for text substitution, for example with the s/ construct. A common operator specifying that a RE will follow is the tilde (~).
The Perl language makes heavy use of regular expressions, and the grep tool also searches by REs. SED and AWK are some older tools also using REs.
REs come in two forms: Basic REs and Extended REs, varying slightly in syntax and possible contructs. Perl extens the Extended REs even further and has defined the standard "Perl Compatible REs" (PCRE).
Commonly they're enclosed between slashes (/like this/), because that's how they were used in many ancient Unix tools. They can also be used for text substitution, for example with the s/ construct. A common operator specifying that a RE will follow is the tilde (~).
The Perl language makes heavy use of regular expressions, and the grep tool also searches by REs. SED and AWK are some older tools also using REs.
REs come in two forms: Basic REs and Extended REs, varying slightly in syntax and possible contructs. Perl extens the Extended REs even further and has defined the standard "Perl Compatible REs" (PCRE).
"some example string" =~ /^s*.*e+.*(?:x.* )?.*?g$/
result: 1 (because the regular expression between the // matches the string)
result: 1 (because the regular expression between the // matches the string)
by DJMoses May 27, 2009
Get the regular expression mug.
