From 591ae6413f44520a91f35000385cc182bce5d719 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 30 Sep 2024 10:17:16 +0530 Subject: [PATCH] ... --- manual/function_mode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/function_mode.rst b/manual/function_mode.rst index 41b6cd5290..03a016b0da 100644 --- a/manual/function_mode.rst +++ b/manual/function_mode.rst @@ -31,7 +31,7 @@ automatically change the case of all text inside heading tags to title case:: Find expression: <([Hh][1-6])[^>]*>.+? For the function, simply choose the :guilabel:`Title-case text (ignore tags)` builtin -function. The will change titles that look like: ``

some TITLE

`` to +function. The will change titles that look like: ``

some titLE

`` to ``

Some Title

``. It will work even if there are other HTML tags inside the heading tags.