Hi Jim,
I don't think you can paste multiple lines in that way and get it to work. I suspect that newline characters are the root of why they don't match.
There is a "canned" rule that uses RegEx and checks for all transport mechanisms enabled. It looks like this
line con 0.*\n(.*\n)*.*transport input all
You may get yours to work with a similar approach. It should be easy enough to test the concept it with just a few lines.
Good Luck!