System.RegularExpressions.TMatchEvaluator
C++
typedef System::UnicodeString __fastcall (__closure *TMatchEvaluator)(const TMatch &Match);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
typedef | public | System.RegularExpressions.hpp | System.RegularExpressions | System.RegularExpressions |
Description
Procedure type for match replacement.
Used in the TRegEx Replace method.
See Also
Code Examples