From b3c44581cc781311a94e6e845cc1b3e29f544f19 Mon Sep 17 00:00:00 2001 From: Gerben Aaltink Date: Sat, 28 Sep 2024 04:31:34 +0200 Subject: [PATCH] Updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 681d6f0..1c8264a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ## Summary This is a KISS/YAGNI regex validator. Supports 95% of commonly used regex syntax. -It is faster in matching than the original C `reg_exec`. Also excluding compilation (`reg_comp`). -Original concept is from Rob Pike and mentioned in the book "Beautiful Code" written by Andy Oram and Greg Wilson. + - It is faster in matching than the original C `reg_exec`. Also excluding compilation (`reg_comp`). + - Original concept is from Rob Pike and mentioned in the book "Beautiful Code" written by Andy Oram and Greg Wilson. ## Supported functions Support for: