Hi,
I have a string of characters which starts from random numbers and ends with a letter.
I want to add a "-" into every string right before the letter. For example:
<tbody>
String
Wanted Result
51313202041A
51313202041-A
000035140B
000035140-B
9482939498c
9482939498-c
</tbody>
Any...