We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b48f54 commit ef900a9Copy full SHA for ef900a9
README.md
@@ -7,4 +7,32 @@ A small utility library for strings.
7
- fully documented
8
- PEP8 complaint
9
- 100% code coverage
10
-- tested against multiple python versions (2.7, 3.2, 3.3, 3.4)
+- tested against multiple python versions (2.7, 3.2, 3.3, 3.4)
11
+
12
+## What's inside...
13
14
+### String checking functions:
15
16
+- is_url
17
+- is_email
18
+- is_credit_card
19
+- is_camel_case
20
+- is_snake_case
21
+- is_json
22
+- is_uuid
23
24
+### String manipulation and generation
25
26
+- camel_case_to_snake
27
+- snake_case_to_camel
28
+- reverse
29
+- uuid
30
+- shuffle
31
32
33
+...and more are coming!
34
35
36
+---
37
38
+Full API documentation available on: <http://python-string-utils.readthedocs.org/en/latest/>
0 commit comments