Niuma Tools Logo

正则表达式

正则表达式测试

输入正则表达式和测试文本,查看匹配结果

标志:g (全局), i (忽略大小写), m (多行), s (点匹配所有), u (Unicode), y (粘性)

找到 0 个匹配
无匹配结果...
Developer Tool Guide

Online Regex Tester & Debugger

Regular Expressions (RegEx) are one of the greatest yet most obscure inventions in computer science. Whether for form validation or text extraction in crawlers, regex plays an irreplaceable role. But writing regex blindly is error-prone, which is why this Regex Tester was created.

Product Advantages

  • WYSIWYG Highlighting: Matches your input in real-time, providing intuitive color mapping for all Capture Groups.
  • Built-in Regex Dictionary: We've pre-loaded many common regex snippets (e.g., matching IPV4/V6, zip codes), saving you search time.
  • Fully Local & Zero Latency: Using the native regex implementation of the JavaScript V8 engine, responses are silky smooth without relying on backend API requests.