We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ffda4 commit 18ad26bCopy full SHA for 18ad26b
History.txt
@@ -6,7 +6,7 @@
6
(-) - bugfix
7
(^) - improvement
8
9
- v. 1.181 2023.11.22
+ v. 1.182 2023.11.26
10
-=- (+) Support \K.
11
-=- (+) Support possessive complex braces: (...){}+.
12
-=- (^) Some small optimizations.
src/regexpr.pas
@@ -933,7 +933,7 @@ implementation
933
const
934
// TRegExpr.VersionMajor/Minor return values of these constants:
935
REVersionMajor = 1;
936
- REVersionMinor = 181;
+ REVersionMinor = 182;
937
938
OpKind_End = REChar(1);
939
OpKind_MetaClass = REChar(2);
0 commit comments