Skip to content

Commit

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

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

#Example

Calling 'rearrange_name("Turing, Alan")' will return '"Alan Turing"'

0 comments on commit daa2086

Please sign in to comment.