System.RegularExpressionsCore.TPerlRegExStateItem

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
System.RegularExpressionsCore.pas
System.RegularExpressionsCore.hpp
System.RegularExpressionsCore System.RegularExpressionsCore

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !