2010 Aug 23 2:57 AM
Hi all.
I encounter a problem on regex expression.
we use [ABC] to match a single character.ex A,B,C all are matchable.
but how to express the word.ex. Lucy,Lily?
I tried [(Lucy)(Lilly)], it does not work.
Edited by: yanluckly on Aug 23, 2010 3:58 AM
Edited by: yanluckly on Aug 23, 2010 3:58 AM
2010 Aug 23 3:50 AM