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
282

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
254

I got it