This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 3a1e7c5536586225880356aac8c004b3d1ba3134
Author: orimarko <[email protected]>
AuthorDate: Thu Nov 10 13:44:26 2022 +0200

    UPPER is the default case for changeCase
---
 xdocs/usermanual/functions.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xdocs/usermanual/functions.xml b/xdocs/usermanual/functions.xml
index 68b7ff2131..12641941c8 100644
--- a/xdocs/usermanual/functions.xml
+++ b/xdocs/usermanual/functions.xml
@@ -1701,7 +1701,7 @@ returns:
     <properties>
     <property name="String to change case" required="Yes">The String
             which case will be changed</property>
-        <property name="change case mode" required="Yes">
+        <property name="change case mode" required="No, default=UPPER">
             The mode to be used to change case, for example for <code>ab-CD 
eF</code>:
             <ul>
                 <li><code>UPPER</code> result as AB-CD EF</li>

Reply via email to