We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e1d41 commit 8c90beeCopy full SHA for 8c90bee
README.md
@@ -1,4 +1,9 @@
1
Rearrange
2
==========
3
4
-This module is used for rearranging names
+This module is used for rearranging names
5
+Turns "LasName, FirstName" into "FirstName LastName"
6
+
7
+#Example
8
9
+Calling 'rearrange_name("Turing, Alan")' will return '"Allan Turing"'
0 commit comments