
要匹配 @ 符号
@any => true
xxx @any => true
xxx@any => false
1 huiyanpohundh123 2023-01-13 19:10:44 +08:00 (^@.*|(?<=\s)@) |
2 Jooooooooo 2023-01-13 19:11:31 +08:00 这种问题其实可以尝试问问 chatgpt |
3 huiyanpohundh123 2023-01-13 19:17:32 +08:00 |
4 lry OP 太感谢了,解决了。 |
5 512357301 2023-01-14 13:32:04 +08:00 via Android https://regex101.com/ 试下这个网站,自己琢磨着写也可以实现的,chatgpt 门槛有点高 |