From 79952826f8ad1bee7d396bf35c516397f335017b Mon Sep 17 00:00:00 2001 From: zhengchun Date: Wed, 3 Apr 2024 21:22:08 +0800 Subject: [PATCH] docs: update `lower-case()` fuction. close #95 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 180ed98..733c4c8 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ The gxpath supported three types: number, boolean, string. | `lang()` | ✗ | | `last()` | ✓ | | `local-name()` | ✓ | +| `lower-case()`[^1] | ✓ | | `matches()` | ✓ | | `name()` | ✓ | | `namespace-uri()` | ✓ |