Removed arguments from entry names

This commit is contained in:
2023-04-06 10:35:28 +02:00
parent 8b2c3c8d92
commit a392125e21

View File

@@ -1541,7 +1541,7 @@
</div>
<a href="#" onClick="return false;"
class="hyperlink collapsible collapsibleMini collapseTrigger"><code>fn:lower-case()</code></a>
class="hyperlink collapsible collapsibleMini collapseTrigger"><code>fn:translate()</code></a>
<div class="content">
Returns the value of $arg modified so that every character in the value of $arg that occurs at some position N in the value of $mapString has been replaced by the character that occurs at position N in the value of $transString.<br>