[pmwiki-users] regexpr q.

Guillermo Calderon - INCO calderon at fing.edu.uy
Wed May 21 16:45:44 CDT 2008


noskule wrote:
> hi list
> I need some help about a regexpr. It should match Group.Something but 
> not Group.HomePage.
> 

The following regexp works:

        Group\.(?!HomePage)


if you also want to capture the group name, then use this:

        Group\.(?!HomePage)(.*)




More information about the pmwiki-users mailing list