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.