Category : C++ Source Code
Archive   : STRX.ZIP
Filename : REGXIMP.H
Output of file : REGXIMP.H contained in archive : STRX.ZIP
// regximp.h : regular expression implementation class interface
// Author : Roy S. Woll
//
// Copyright (c) 1993 by Roy S. Woll
// You may distribute this source freely as long as you leave all files
// in their original form, including the copyright notice as is.
//
// Version 2.00 10/20/92
//
#ifndef _REGXIMP_H
#define _REGXIMP_H
#ifndef _STR_H
#include "str.h"
#endif
class regXimp{
str compiledPattern;
int caseSensitive;
const char * doccl(const char * src);
int omatch(const char ** strp, const unsigned char * pat,
const char * start);
const char * patcmp(const char * str, const unsigned char * pat,
const char * start);
public:
int error;
const char * startMatch;
const char * endMatch;
int makepat(const char *exp);
const char * matchs(const char * str, int p_caseSensitive);
regXimp(void);
};
#endif
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/