Struct regex::NoExpand 
                   
                       [−]
                   
               [src]
pub struct NoExpand<'t>(pub &'t str);
NoExpand indicates literal string replacement.
It can be used with replace and replace_all to do a literal
string replacement without expanding $name to their corresponding
capture groups.
't is the lifetime of the literal text.