Coder Social home page Coder Social logo

batter_regex's People

Contributors

dalerkd avatar

Watchers

 avatar

batter_regex's Issues

decide \r\n and alert

如果发生数据池无法匹配,alert频率太高,直接弹窗口不好,能否提醒一次后退出?或者不判断?

add static rule to click check

通过添加规则按钮可以动态增加预定正则规则多选项。
这些选项可以同时使用,即并的关系。如何处理并关系?数据的匹配结果的拼合?
是否能够或有必要处理各个动态添加的正则项之间或关系,以及非关系?

正则规则有哪些

正则表达式语法:

a|b		 匹配 a 或 b
gr(a|e)y		 匹配 gray 或 grey
.		 匹配任一字符
[abc]		 匹配任一字符: a 或 b 或 c
[^abc]		 匹配任一字符, 但不包括 a, b, c
[a-z]		 匹配从 a 到 z 之间的任一字符
[a-zA-Z]		 匹配从 a 到 z, 及从 A 到 Z 之间的任一字符
^		 匹配文件名的头部
$		 匹配文件名的尾部
*		 匹配前一项内容 0 或多次
?		 匹配前一项内容 0 或 1 次
+		 匹配前一项内容 1 或多次
{x}		 匹配前一项内容 x 次
{x,}		 匹配前一项内容 x 或多次
{x,y}		 匹配前一项内容次数介于 x 和 y 之间

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.