Function RegEx.clear
This method resets the state of the object, as if it was freshly created. Namely, it unassigns the regular expression of this object.
void clear() nothrow @nogc;
This method resets the state of the object, as if it was freshly created. Namely, it unassigns the regular expression of this object.
void clear() nothrow @nogc;