Vote count:
0
I want to replace seven or more digits number with the following pattern.
1234567
to 4567/1234567
I'm using the following regex for matching the number (\d*(\d{4}))
and replace it with the $2/$1
Is there any efficient way to do this?
asked 1 min ago
Replace number with last four digits of it
Aucun commentaire:
Enregistrer un commentaire