<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Nifty feature request</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Nifty feature request]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 18:09:34 +0000</pubDate>
  <lastBuildDate>Fri, 25 May 2007 03:06:02 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=7234</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Nifty feature request : Hi, CXTMaskEdit is indeed useful,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7234&amp;PID=23235&amp;title=nifty-feature-request#23235</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 7234<br /><strong>Posted:</strong> 25 May 2007 at 3:06am<br /><br /><P>Hi,</P><DIV>CXTMaskEdit is indeed useful, but most of the time I find the filtering options inadequate. The obvious evolution of such a control is filtering using Regular Expressions. Implementing this should be quite straight-forward since a regex engine is already part of C++0x. That is, using Boost (<a href="http://www.boost.org" target="_blank">http://www.boost.org</A>) you get all what you need.</DIV><DIV>&nbsp;</DIV><DIV>Of course, any dependencies on the Boost library are not desirable until it is indeed incorporated into C++, so a good solution would be something like this:</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#0000ff>#ifdef</FONT> XTP_USE_BOOSTLIB</DIV><DIV><FONT color=#0000ff>class</FONT> <FONT color=#0000ff>CXTPRegexEdit</FONT></DIV><DIV>{</DIV><DIV>&nbsp;&nbsp;&nbsp; ...</DIV><DIV>&nbsp;&nbsp;&nbsp; <FONT color=#0000ff>BOOL</FONT> SetExpression(<FONT color=#0000ff>LPCTSTR</FONT> <FONT color=#666666>szRegex</FONT>);</DIV><DIV>};</DIV><DIV><FONT color=#0000ff>#endif</FONT></DIV><DIV>&nbsp;</DIV><DIV>Have a look at <a href="http://www.codeproject.com/editctrl/FilterEdit.asp" target="_blank">http://www.codeproject.com/editctrl/FilterEdit.asp</A>&nbsp;for inspiration.</DIV><DIV>&nbsp;</DIV><DIV>I really think such a control has potential.</DIV>]]>
   </description>
   <pubDate>Fri, 25 May 2007 03:06:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7234&amp;PID=23235&amp;title=nifty-feature-request#23235</guid>
  </item> 
 </channel>
</rss>