Hi,
I have a complicated string where I need to remove leading zero from partial string and change the string with different formatting. Example below:
<tbody>
Original
New
02-01-22 [G MM]
2/1/22
3-05-01 [X SM]
3/5/1
07-6-10 [E SM]
7/6/10
</tbody>
I have tried using NumberValue but...