public string ForRM2Number() { return(RegularExpressions.ClinicLetterRM2Number() .Match(_inputText) .ToString() .Replace("RM2", String.Empty)); }