Changes between Initial Version and Version 1 of wade/regularExpress


Ignore:
Timestamp:
Oct 20, 2008, 3:08:20 PM (17 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wade/regularExpress

    v1 v1  
     1= Regular Express 正規表示式 =
     2== [] ==
     3包含 [] 內的集合字元。
     4  * example:aaa、aba、aca、ada、abc ,要將 abc 以外的字串全選出。
     5  * answer:
     6    {{{
     7    a[abcd]a
     8    }}}
     9