Closed Alexey-T closed 2 years ago
Todo for me. add these compat properties for FPC 3.x, required by FPC guys.
function ExecNext: boolean; overload;
function ExecPos(AOffset: integer; ATryOnce: boolean): boolean; overload;
class function InvertCaseFunction(const Ch: REChar): REChar;
property UseUnicodeWordDetection: boolean read FUseUnicodeWordDetection write FUseUnicodeWordDetection;
property LinePairedSeparator: RegExprString read GetLinePairedSeparator write SetLinePairedSeparator; // ###0.941
property InvertCase: TRegExprInvertCaseFunction read fInvertCase write fInvertCase; // ##0.935
property UseOsLineEndOnReplace: boolean read FUseOsLineEndOnReplace write SetUseOsLineEndOnReplace;
Property EmptyInputRaisesError : Boolean Read FEmptyInputRaisesError Write FEmptyInputRaisesError;
merged.
@andgineer See https://gitlab.com/freepascal.org/fpc/source/-/issues/39423 , so I will do it, little later.