Skip to content

Commit

Permalink
Add a simple README.md file including three example use cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Grantham-Git committed Oct 29, 2024
1 parent 89c3368 commit fbb5efd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Rearrange
=========

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

##Example

* Calling 'rearrange_name("Turing, Alan")' will return '"Alan Turing"'
* Calling 'rearrange_name("Hopper, Grace M.")' will return '"Grace M. Hopper"'
* Calling 'rearrange_name("Voltaire")' will return '"Voltaire"'

0 comments on commit fbb5efd

Please sign in to comment.