Not only would it better represent what I want, IT WORKS TOO! :-
Thanks!
Now, as to why? 'Cause it appears to have done the job in other areas:
// Workspace: (1000) "BogusRepositoryWorkspace" <-> (1000)
"BogusRepositoryWorkspace"
// Workspace: (1156) "GPDBWorkspace" <-> (1157) "GPDBStream"
(.*) matches everything: why would it stop after "Deb"?
(\\w+) would IMHO better represent what you're trying to do
Regards,
Hervé
Le dimanche 26 février 2012 22:00:05 Chris Graham a écrit :
> Sorry, all, but this is driving me nuts! (And it's been a long hot day...)
>
> I need some help with