The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TGrepTokenAct


Unit:SDL_stringl
Class:none
Declaration:TGrepTokenAct = (taNormal, taAnyByte, taEol, taBol, taSet, taMult0, taMult1, taOpti);

The type declaration TGrepTokenAct defines the various types of regular expression tokens.

taNormal normal string to be matched
taAnyByte allow any character
taEol end of line
taBol beginning of line
taSet set of characters
taMult0 any number of this group/set allowed
taMult1 at least 1 occurrence of this group/set required
taOpti this group/set can occur optionally


Last Update: 2023-Feb-06