lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Title: Lua Patterns: How do I express this pattern?

Hello,
How do I express this pattern:

CrV

that is, a sequence of any C(onsonant) followed by a specific letter, in this case r, followed by any V(owel).

I guess if I can define somewhere that

%k (consonants)
$v (vowels)

then I can easily say:

[%kr%v]

Any help on how I can accomplish this?

Thanks.


This e-mail contains confidential information that is proprietary to EPCOR and its subsidiary companies in all respects. This information is intended only for the person(s) named in the destination address. Unauthorized distribution, copying or disclosure is strictly prohibited. If you receive this e-mail in error, please delete it immediately.