...You can use a negative lookahead for or

问题描述 投票:-1回答:2
after the opening
:

RegEx 匹配打开的标签,XHTML 自带的标签除外。<img> <b> (35个答案)

封闭

(<(?:a|p|img)[^>]*>)|<[^>]+>

5天前

.
javascript regex user-interface tags frontend
2个回答
1
投票

标签b我正在努力与 img这个词组< 但没有进展。

(<(?!(?:b|img)\b)[^>]+>)

请你帮忙


1
投票

你好,我想写一个regex模式,以选择除 \b

(<(?:b|img)\b[^>]*>)|<[^>]+>

标签 我正在尝试使用这个regex,但没有进展。(]*>)

© www.soinside.com 2019 - 2024. All rights reserved.