Changes between Version 61 and Version 63 of Ticket #28643


Ignore:
Timestamp:
Feb 21, 2019, 3:56:24 AM (5 years ago)
Author:
Mariusz Felisiak
Comment:

Finally 🎉 Thanks all

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28643

    • Property Status assignedclosed
    • Property Resolutionfixed
  • Ticket #28643 – Description

    v61 v63  
    3838||`LPad`||`LPAD`||Returns the string argument, left-padded with the specified string||‎✔||‎✔||‎✔||✔**^1^**||~~9798~~||
    3939||`LTrim`||`LTRIM`||Removes leading spaces||‎✔||‎✔||‎✔||‎✔||~~9220~~||
    40 ||`MD5`||`MD5`||Calculates the MD5 hash of string, returning the result in hexadecimal||‎✔||✔**^8^**||✔||✔**^1^**||11004||
     40||`MD5`||`MD5`||Calculates the MD5 hash of string, returning the result in hexadecimal||‎✔||✔**^8^**||✔||✔**^1^**||~~11004~~||
    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~~||
Back to Top