From 9983e2444a60571a93eb149feaf1da3a8d0455de Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 26 Sep 2021 13:43:39 -0700 Subject: Switched pattern objects to use a full userdata instead of a table --- Lua/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Lua/README.md') diff --git a/Lua/README.md b/Lua/README.md index 3b6124b..d1d516b 100644 --- a/Lua/README.md +++ b/Lua/README.md @@ -30,8 +30,7 @@ which captured match will be stored at that key, so it's best to be unambiguous. Pattern objects returned by `bp.compile()` are pre-compiled patterns that are -slightly faster to reuse than just calling `bp.match()` repeatedly. They have a -`.source` attribute that holds the original text used to compile them and have +slightly faster to reuse than just calling `bp.match()` repeatedly. They have `:match()`, `:replace()`, and `:matches()` methods as described above. All methods will raise an error with a descriptive message if the given pattern -- cgit v1.2.3