How do I match does not contain a sub-string?
such as:
this book name is << 9CBS / MSDN User Page >>! p>
use
(? [^ <] *) p> cannot match, how to specify that text content is not p>?