常用正则表达式

1、匹配两个单词之间的内容

// 匹配 ni 和 no 之间的内容,例如 aanihahahano
(?<=ni).*?(?=no)

 

posted @ 2022-08-28 21:24  远洪  阅读(12)  评论(0编辑  收藏  举报