<html>
<head></head>
<body>
<p>Hello!</p>
<p>My name is Daniel.<br/>
I'm trying to initialize a object of MatchFinder Class. I use a MatchFinder object:<br/>
<strong>MatchFinder Finder;</strong><br/>
<strong>Finder.addMatcher(...);</strong><br/>
<strong>Finder.addMatcher(...);</strong><br/>
<strong>...</strong><br/>
After this, I want to delete the content of the MatchFinder object, and then I would add new matchers. How can I do it? I must use the same object, i cannot use a new object. Any idea?<br/>
Thank you!</p>
<p>Daniel Pérez Caro</p>
</body>
</html>