Changes between Version 47 and Version 48 of Ticket #28643


Ignore:
Timestamp:
Jan 8, 2019, 6:33:04 PM (5 years ago)
Author:
Nick Pope
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28643 – Description

    v47 v48  
    4141||{{{Repeat}}}||{{{REPEAT}}}||Repeats a string the specified number of times||‎✔||✔**^3^**||‎✔||✔**^1^**||~~9808~~||
    4242||{{{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]||
    4444||{{{Right}}}||{{{RIGHT}}}||Returns the specified rightmost number of characters||‎✔||✔**^2^**||‎✔||✔**^2^**||~~9583~~||
    4545||{{{RPad}}}||{{{RPAD}}}||Appends string the specified number of times||‎✔||‎✔**^6^**||✔||✔**^1^**||~~9798~~||
Back to Top