Skip to content
Advertisement

Reverse the strings in the column relative to the characters in the middle of the string

I have a column of phone numbers. How can I flip them with regards to the two digits in the middle.

JavaScript
JavaScript

Advertisement

Answer

You could use this function to reverse each number :

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement