Skip to content

Commit

Permalink
Add a simple README.md file inclduing some example use cases
Browse files Browse the repository at this point in the history
  • Loading branch information
jhirokicardoso committed Sep 18, 2024
1 parent 89c3368 commit d39a4cc
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, first name" to first + last

## Examples

- Calling `("Turing, Alan")` returns `"Alan Turing"`
- Calling `("a, b")` return `"b a"`

0 comments on commit d39a4cc

Please sign in to comment.