Click here to Skip to main content
15,884,693 members
Articles / Programming Languages / C++

Fast regular expressions

Rate me:
Please Sign up or sign in to vote.
4.85/5 (19 votes)
29 Oct 2000 361.1K   5.2K   104  
Compiles a regular expression into a fast automaton.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by RexSearch.rc
//
#define IDD_ABOUTBOX                    100
#define IDS_BFF_TITLE                   102
#define IDS_FOLDER_NOTEXISTS            103
#define IDR_MAINFRAME                   128
#define IDR_REXSEATYPE                  129
#define IDD_DLG_SEARCHBAR               130
#define IDD_DIALOG1                     131
#define IDR_MENU_REGCONTEXT             132
#define IDB_BITMAP1                     133
#define IDB_BITMAP2                     135
#define IDD_DIALOG_REGDEFS              136
#define IDC_COMBO_WHAT                  1000
#define IDC_BUTTON_REGHELP              1001
#define IDC_COMBO_TYP                   1002
#define IDC_COMBO_DIRECTORY             1003
#define IDC_BUTTON_DIRBROWSE            1004
#define IDC_BUTTON1                     1006
#define IDC_LIST_DEFS                   1008
#define IDC_EDIT_NAME                   1009
#define IDC_EDIT_EXPR                   1010
#define IDC_PROGRESS                    1015
#define IDC_STATIC_COMMENT              1016
#define ID_EDIT_TEST                    32771
#define ID_CONTEXTMENU_ANYCHARACTER     32772
#define ID_CONTEXTMENU_CHARACTERINRANGE 32773
#define ID_CONTEXTMENU_CHARACTERNOTINRANGE 32774
#define ID_CONTEXTMENU_OR               32775
#define ID_CONTEXTMENU_GROUP            32776
#define CANCEL_SEARCH                   32777
#define ID_SEARCH                       32800
#define IDC_BUTTON_DEF                  32801

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        137
#define _APS_NEXT_COMMAND_VALUE         32778
#define _APS_NEXT_CONTROL_VALUE         1017
#define _APS_NEXT_SYMED_VALUE           102
#endif
#endif

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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Switzerland Switzerland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions