Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 196 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 196 Bytes

Rearrange

This module is used for rearranging name. Turns "LastName, FirstName" into "FirstName LastName"

#EXAMPLE

Calling 'rearrange_name("Touring Alan") will return "Alan Touring"'