Changes between Version 44 and Version 47 of Ticket #28643
- Timestamp:
- Jan 8, 2019, 6:31:16 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28643
- Property Owner changed from to
- Property Patch needs improvement unset
-
Ticket #28643 – Description
v44 v47 41 41 ||{{{Repeat}}}||{{{REPEAT}}}||Repeats a string the specified number of times||✔||✔**^3^**||✔||✔**^1^**||~~9808~~|| 42 42 ||{{{Replace}}}||{{{REPLACE}}}||Replaces occurrences of a specified string||✔||✔**^6^**||✔||✔||~~9539~~|| 43 ||{{{Reverse}}}||{{{REVERSE}}}||Reverse the characters in a string||✔|| -||✔||✔**^1^**||-||43 ||{{{Reverse}}}||{{{REVERSE}}}||Reverse the characters in a string||✔||✔**^6, 7^**||✔||✔**^1^**||-|| 44 44 ||{{{Right}}}||{{{RIGHT}}}||Returns the specified rightmost number of characters||✔||✔**^2^**||✔||✔**^2^**||~~9583~~|| 45 45 ||{{{RPad}}}||{{{RPAD}}}||Appends string the specified number of times||✔||✔**^6^**||✔||✔**^1^**||~~9798~~|| … … 53 53 - **^5^** Behaviour can be emulated by using {{{1 / TAN(X)}}}. 54 54 - **^6^** Doesn't work properly with multibyte characters sets on Oracle. 55 - **^7^** The {{{REVERSE}}} function is undocumented on Oracle.