Regular expression problem

zhaozj2021-02-16  94

How do I match does not contain a sub-string?

such as:

this book name is << 9CBS / MSDN User Page >>!

use

(? [^ <] *) cannot match, how to specify that text content is not ?

转载请注明原文地址:https://www.9cbs.com/read-10942.html

New Post(0)