diff options
author | Eduardo Julian | 2022-06-29 00:34:27 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-29 00:34:27 -0400 |
commit | 29bbd8a2cd4deb9038f01c16d54ffa937917cfaa (patch) | |
tree | 54418b3bb4fad71bf10167f7f6dc51771142cd36 /documentation/bookmark/text | |
parent | 149515fd173947dcff20558fca077fbd16dc9b6c (diff) |
Better syntax for getting/setting fields when defining JVM classes.
Diffstat (limited to 'documentation/bookmark/text')
-rw-r--r-- | documentation/bookmark/text/regular_expression.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/bookmark/text/regular_expression.md b/documentation/bookmark/text/regular_expression.md index 584f5649d..37a1bcf30 100644 --- a/documentation/bookmark/text/regular_expression.md +++ b/documentation/bookmark/text/regular_expression.md @@ -1,4 +1,6 @@ # Reference -1. [Paper: Hyperscan: A Fast Multi-pattern Regex Matcher for Modern CPUs](https://branchfree.org/2019/02/28/paper-hyperscan-a-fast-multi-pattern-regex-matcher-for-modern-cpus/) +0. []() +0. [RegExp v flag with set notation and properties of strings](https://v8.dev/features/regexp-v-flag) +0. [Paper: Hyperscan: A Fast Multi-pattern Regex Matcher for Modern CPUs](https://branchfree.org/2019/02/28/paper-hyperscan-a-fast-multi-pattern-regex-matcher-for-modern-cpus/) |