Click here to Skip to main content
15,880,967 members
Articles / Desktop Programming / MFC

CFilterEdit: Use Regular Expressions to Filter Your Input

Rate me:
Please Sign up or sign in to vote.
4.79/5 (70 votes)
3 Oct 2011CPOL5 min read 408.8K   9.1K   251  
The definitive approach to filtering input text. Includes configurable error display.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United Kingdom United Kingdom
I started programming in 1983 using Sinclair BASIC, then moved on to Z80 machine code and assembler. In 1988 I programmed 68000 assembler on the ATARI ST and it was 1990 when I started my degree in Computing Systems where I learnt Pascal, C and C++ as well as various academic programming languages (ML, LISP etc.)

I have been developing commercial software for Windows using C++ since 1994.

Comments and Discussions