From d3c4f613ac9bc711858bc1c74c8232a7d86666dc Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 5 Sep 2024 04:00:15 -0400 Subject: [PATCH] Update to reflect code growth --- docs/text.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/text.md b/docs/text.md index 3849f84..1d26040 100644 --- a/docs/text.md +++ b/docs/text.md @@ -255,9 +255,9 @@ finding the value because the two texts are equivalent under normalization. # Patterns As an alternative to full regular expressions, Tomo provides a limited string -matching pattern syntax that is intended to solve 80% of use cases in 1% of the +matching pattern syntax that is intended to solve 80% of use cases in 2% of the code size (PCRE's codebase is roughly 150k lines of code, and Tomo's entire -Text codebase is around 1.5K lines of code). +Text codebase is around 1.8K lines of code). For more advanced use cases, consider linking against a C library for regular expressions or pattern matching.