VariableString constructor

VariableString()

Variable String Constructor.

Implementation

VariableString() {
  regExp = RegExp("'(.*?)'");
}