The JadeEditMask control must use some form of RegEx. Are you looking to validate user input ?
Otherwise Allistar's external function approach sounds like the way to go. You could even wrap it up and release it as a new JadeRegEx class for the rest of us to use.
I always use the lifetime modifer, for the very reasons you describe.
Although this may not be such a problem if you use a transaction agent or business object to create your persistent instances, it certainly makes things a lot easier when debugging or maintaining code.