Skip to main content

self expression 

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.
self expression by Shannon September 9, 2003

expressions 

Usually how someones face looks that describes how they feel emotionally.
There's many expressions, if someone's angry, their eyebrows may be lowered, and their face tense.
expressions by moomobile7 July 16, 2016

spacial expression 

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.
A person seen another person's facial expression or "spacial expression." - says a satirist

normal human expression 

Someone's shitty excuse for something dumb they did/ are doing
Don't rack on me for pouring milk before cereal, that just my normal human expression!

regular expression 

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).
"some example string" =~ /^s*.*e+.*(?:x.* )?.*?g$/
result: 1 (because the regular expression between the // matches the string)

Expressionate 

To be both expressive and passionate at the same time.
She was very expressionate when she argued with her husband.
Expressionate by Margy737 September 1, 2010