relates to #376
relates to #397
use mustcompile for regex. Always use mustcompile which throws a panic if the regex cannot be compiled. We call recover to detect the panic and display an error message to the user.