Changes between Version 25 and Version 26 of wade/regularExpress


Ignore:
Timestamp:
Aug 29, 2013, 11:35:13 PM (11 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wade/regularExpress

    v25 v26  
    616112345/asdf#$%#$%#@$%&*)&(^*sadf/123312SDF
    6262}}}
    63  * andwer:
     63 * answer:
    6464{{{
    6565\/.*\/
    6666}}}
    6767
    68 
     68= \+ \= =
     69 * example:選取將多個空白字元。
     70{{{
     71abc空白空白空白de
     72}}}
     73 * answer
     74{{{
     75\s\+
     76}}}
    6977
    7078= vim =
     
    109117
    110118= Reference =
     119 * http://three-colors.blogspot.tw/2008/06/vim-regular-expression.html
    111120 * http://lab.hsdn.net/blog/2009/09/%E5%B8%B8%E7%94%A8%E7%9A%84%E6%AD%A3%E8%A6%8F%E8%A1%A8%E7%A4%BA%E5%BC%8Fregular-expression/  常用正規表示式
    112121 * http://lab.hsdn.net/blog/2009/09/%E5%B8%B8%E7%94%A8%E7%9A%84%E6%AD%A3%E8%A6%8F%E8%A1%A8%E7%A4%BA%E5%BC%8Fregular-expression/