System.RegularExpressionsCore.TPerlRegExStateItem
Delphi
TPerlRegExStateItem = (
preNotBOL, // Not Beginning Of Line: ^ does not match at the start of Subject
preNotEOL, // Not End Of Line: $ does not match at the end of Subject
preNotEmpty // Empty matches not allowed
);
C++
enum DECLSPEC_DENUM TPerlRegExStateItem : unsigned char { preNotBOL, preNotEOL, preNotEmpty };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | System.RegularExpressionsCore.pas System.RegularExpressionsCore.hpp |
System.RegularExpressionsCore | System.RegularExpressionsCore |
Description
Embarcadero Technologies does not currently have any additional information.