I am trying to write a parser business rule to give the portion of a
string that begins with US and the 6 characters after from a data
source. For example, the imported line reads "mmmmmmmmmUSxxxxxxmmmmmmm"
and I want to parse out USxxxxxx to which i...