Changes between Version 47 and Version 48 of Ticket #28643
- Timestamp:
- Jan 8, 2019, 6:33:04 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28643 – Description
v47 v48 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||✔||✔**^6, 7^**||✔||✔**^1^**|| -||43 ||{{{Reverse}}}||{{{REVERSE}}}||Reverse the characters in a string||✔||✔**^6, 7^**||✔||✔**^1^**||[https://github.com/django/django/pull/10827 10827]|| 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~~||