Changes between Version 39 and Version 41 of Ticket #28643
- Timestamp:
- Apr 3, 2018, 12:38:57 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28643 – Description
v39 v41 39 39 ||{{{LTrim}}}||{{{LTRIM}}}||Removes leading spaces||✔||✔||✔||✔||~~9220~~|| 40 40 ||{{{MD5}}}||{{{MD5}}}||Calculates the MD5 hash of string, returning the result in hexadecimal||✔||-||-||✔**^1^**||-|| 41 ||{{{Repeat}}}||{{{REPEAT}}}||Repeats a string the specified number of times||✔||✔**^3^**||✔||✔**^1^**|| [https://github.com/django/django/pull/9808 9808]||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 43 ||{{{Reverse}}}||{{{REVERSE}}}||Reverse the characters in a string||✔||-||✔||✔**^1^**||-||