Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

One Regex Expression problem

Former Member
0 Likes
279

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

1 REPLY 1
Read only

Former Member
0 Likes
251

I got it