From 9726fc3223290d4ea64bf7b6986149c726611e62 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Thu, 21 Sep 2023 16:45:32 +0300 Subject: [#3048] added the lcase and ucase operators --- doc/sphinx/arm/classify.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'doc/sphinx/arm') diff --git a/doc/sphinx/arm/classify.rst b/doc/sphinx/arm/classify.rst index 9ecf9a964e..0ee18dc4ed 100644 --- a/doc/sphinx/arm/classify.rst +++ b/doc/sphinx/arm/classify.rst @@ -521,7 +521,17 @@ Notes: +-----------------------+-------------------------+-----------------------+ | Hexstring | hexstring('foo', '-') | Converts the value to | | | | a hexadecimal string, | - | | | e.g. 0a:1b:2c:3e | + | | | e.g. 66-6F-6F | + +-----------------------+-------------------------+-----------------------+ + | Lcase | lcase('LoWeR') | Converts the value of | + | | | a string expression | + | | | to lower case e.g. | + | | | 'lower' | + +-----------------------+-------------------------+-----------------------+ + | Ucase | ucase('uPpEr') | Converts the value of | + | | | a string expression | + | | | to upper case e.g. | + | | | 'UPPER' | +-----------------------+-------------------------+-----------------------+ | Split | split('foo.bar', '.', 2)| Return the second | | | | field, splitting on | -- cgit v1.2.3