Skip to content

Commit ea1405a

Browse files
committed
Add a simple README.md file including an example use case
1 parent 087a773 commit ea1405a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Rearrange
2+
=========
3+
4+
This module is used for rearranging names.
5+
Turns "LastName, FirstName" into "FirstName LastName"
6+
7+
## EXAMPLE
8+
9+
* Calling `rearrange_name("Turing, Alan")` will return `"Alan Turing"`
10+
* Calling `rearrange_name("Hopper, Grace M.")` will return `"Grace M. Hopper"`
11+
* Calling `rearrange_name("Voltaire")` will return `"Voltaire"`

0 commit comments

Comments
 (0)