Click here to Skip to main content
15,886,664 members
Articles / Desktop Programming / MFC

Notepad RE (Regular Expressions)

Rate me:
Please Sign up or sign in to vote.
4.68/5 (107 votes)
22 Mar 2011CPOL9 min read 840.8K   8.5K   234  
Search and replace text in Notepad RE using Regular Expressions or normal mode. The editor supports drag and drop, file change notifications, and displays the line and column numbers. Unicode support is available too.

Revisions


  

Compare Revision Minor Date Status Editor
12 - publicly available No 22-Mar-11 1:27 Available Deeksha Shenoy
11 No 19-Mar-11 2:13 Composing
10 No 10-Jan-11 6:03 Composing
9 No 16-Apr-09 9:41 Composing
8 No 16-Apr-09 9:45 Composing
7 No 10-Apr-09 3:41 Composing
6 No 8-Apr-09 8:23 Composing
5 No 1-Apr-09 15:47 Composing
4 No 30-Mar-09 8:15 Composing
3 No 27-Mar-09 10:06 Composing
2 No 26-Mar-09 11:03 Composing
1 No 17-Mar-09 16:04 Composing

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