Its a very particular use.... i'm creating an automated testing tool...In my application the user can override the title of the window like "Notepad - {*}" or "Modify Client #{*} - {*} blablabla" This way the user can adapt the control recognition by text for their needs. Plain java solution cannot be used and it's the only part I need to use regular expression.
BTW I'm not a newbee in regular expression, I already work 10 years in perl mostly to do things based on regular expression. But this was a long time ago and forgot almost everything since that time.
Good new is that everything works perfectly now!