wiki:wade/regularExpress
close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Version 1 (modified by wade, 18 years ago) (diff)

--

Regular Express 正規表示式

[]

包含 [] 內的集合字元。

  • example:aaa、aba、aca、ada、abc ,要將 abc 以外的字串全選出。
  • answer:
    a[abcd]a