Skip to content

Commit ef900a9

Browse files
committed
updated README file
1 parent 7b48f54 commit ef900a9

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,32 @@ A small utility library for strings.
77
- fully documented
88
- PEP8 complaint
99
- 100% code coverage
10-
- tested against multiple python versions (2.7, 3.2, 3.3, 3.4)
10+
- 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

Comments
 (0)