Sign in to follow this  
Followers 0
bumbum

Protected users in apex

6 posts in this topic

Hi

I've one question. How to change regexp for protected users to wildcards in apex++ .?

I use this regexp in zion based clients :

^!\[VIP\].*|^\[vip\].*|^\[REG\].*|^\[reg\].*|^!\.*|^#\.*|^!\!.*

Please give me any example how to change this

thx & greets

Share this post


Link to post
Share on other sites

Either with regexp (like you posted above) or simply wildcars like this: [TAG]*;[TAG2]* ... The difference is, that in ApexDC++ you need to use semicolon ( ; ) to seperate entires (Zion++ uses p|i|p|e|s).

Edited by Noctis

Share this post


Link to post
Share on other sites

You told me once Crise, that it's either regexp or wildcards. :ditz:

Share this post


Link to post
Share on other sites

You told me once Crise, that it's either regexp or wildcards. :ditz:

Well, to solve it diplomatically, it was before, now I guess Apex does not support regexp. :)

Share this post


Link to post
Share on other sites

I think that wildcards are more than enough for prefixes anyways. :)

Share this post


Link to post
Share on other sites
Sign in to follow this  
Followers 0