I am working on a presentation regarding Regular Expressions. While trying to break down the expression for an Internet Email Address I have figured out what most of it is aside from the single quote ('). Any assistance would be greatly appreciated. The expression is as follows.
\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*