Tools 是非官方社区Wiki。社区文档正在编写中,欢迎参与。 Wiki编辑答疑群:717421103
版本250722.2
全站通知:

模板:KillMarkers

来自WIKI实验室WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索


移除参数1中的Strip marker,基于正则表达式

功能类似lua中的mw.text.killMarkers( string )


比如对math标签:aa[math]\displaystyle{ b }[/math]cc,{{KillMarkers|aa<math>b</math>cc}} -> aacc

比如对ref标签:aa[1]cc[2]{{KillMarkers|aa<ref>b</ref>cc<ref>d</ref>}} -> aacc

ref

  1. b
  2. d
  3. b
  4. d