Smart Tag Regexp

Add-in Express™ Support Service
That's what is more important than anything else

Smart Tag Regexp
 
Tonio Rolle




Posts: 32
Joined: 2006-07-23
Hi,

Does Add-In Express support using regular expressions instead of literal words/phrases when creating smart tags? Thanks.
Posted 23 Jul, 2006 02:38:00 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Tonio.

There is the Recognize event in the ADXSmartTag component that allows you to implement your own recognizer. You can use the Regex class of the .NET Framework to add regular expressions to the code.
Posted 24 Jul, 2006 08:52:01 Top
Jeremy Sadleir




Posts: 1
Joined: 2006-08-01
Hi All

Does anyone have any sample code of using the Regex Class with an ADXSMartTag? I'll figure it out eventually but if someone has some sample code it would be much appreciated.

Regards

Jeremy
Posted 01 Aug, 2006 19:52:13 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Jeremy.

Please look at the MyCustomRecognizer example in the ADX installation directory.
As to the Regex class, you can fine some examples here:
http://www.codeproject.com/dotnet/RegexTutorial.asp
Also, there are some examples in MSDN library (see the 'Regular Expression Classes' chapter).
Posted 02 Aug, 2006 17:23:34 Top