The contortions of the facial structure elicited by an arduous shit.
Usually the result of constipation, diarrhea, or the dreaded constirrhea.
Usually the result of constipation, diarrhea, or the dreaded constirrhea.
by lbeesntdeirx March 10, 2013
Get the fecal expression mug.Technically this is a non-word, used by those who don't have a dictionary or forgot the word "expressive"
by someoneliterate February 21, 2008
Get the expressionate mug.Related Words
1. Personal actions or habits intended to convey, or expose, emotional or intellectual conviction. 2. The act of creating art for the sake of personal gratification. 3. A generalization applied to any action that lacks skill or outside desirability, but is, within it's self, a worthwhile endeavor.
1. It's hard to understand why wearing clothes from Hot Topic is considered self expression, when everyone else is doing the exact same thing. 2. We allow the patients a little time for self expression during arts & crafts; it helps keep them from nutting-up on eachother. 3. It could be said that urban-America is reforming it's self into a more positive environment, by using the art of self expression to cope with all the angst and percieved inequities which once drove it's population to pacify themselves with drugs and crime.
by Shannon September 9, 2003
Get the self expression mug.by moomobile7 July 16, 2016
Get the expressions mug.facial expression: the expression or countenance that seems to an onlooker to be represented by the appearance of a person's face, resulting from specific use of that person's facial muscles.
spacial: of or pertaining to space: physical extent in all directions, seen as an attribute of the universe (now usually considered as a part of space-time), or a mathematical model of this.
spacial expression: a facial expression in space.
spacial: of or pertaining to space: physical extent in all directions, seen as an attribute of the universe (now usually considered as a part of space-time), or a mathematical model of this.
spacial expression: a facial expression in space.
by Pseudonymthewild@gmail.com February 8, 2013
Get the spacial expression mug.by Some ol' Hipster October 12, 2017
Get the normal human expression 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.