public:it:regular-expressions

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
public:it:regular-expressions [2014/08/04 13:28] oakfirepublic:it:regular-expressions [2022/04/07 17:40] (当前版本) oakfire
行 1: 行 1:
 ====== Regular Expressions ====== ====== Regular Expressions ======
 +  * [[https://github.com/ziishaned/learn-regex/blob/master/translations/README-cn.md|Learn regex]]
   * [[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions|MDN的正则表达式指南]]   * [[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions|MDN的正则表达式指南]]
   * 在线正则测试:   * 在线正则测试:
行 7: 行 7:
        * [[http://www.debuggex.com/|Debuggex]]        * [[http://www.debuggex.com/|Debuggex]]
        * [[http://regexcrossword.com/|Help to learn regex]]        * [[http://regexcrossword.com/|Help to learn regex]]
 +       * [[http://regexper.com/|Regexper]]
   * 在线编辑正则:   * 在线编辑正则:
 +       * [[https://github.com/Bowen7/regex-vis|Regex-vis]]
 +       * [[https://github.com/geongeorge/i-hate-regex|I hate regex]]
        * [[http://scriptular.com/|Scriptular]]        * [[http://scriptular.com/|Scriptular]]
        * [[http://txt2re.com/|Txt2re]]        * [[http://txt2re.com/|Txt2re]]
        * [[http://www.phpliveregex.com/|Php reg edit]]        * [[http://www.phpliveregex.com/|Php reg edit]]
-<code>+  * duckduckgo.com's answer:<code>
 Anchors Anchors
 ^ Start of string or line ^ Start of string or line
  • public/it/regular-expressions.1407130113.txt.gz
  • 最后更改: 2014/08/04 13:28
  • oakfire