Skip to content

Commit eccbbe7

Browse files
committed
added changelog file
1 parent c59aa86 commit eccbbe7

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Python String Utils Changelog
2+
3+
## v0.1.2 - 2015-07-28
4+
5+
### Added:
6+
7+
- is_url
8+
- is_email
9+
- is_credit_card
10+
- is_camel_case
11+
- is_snake_case
12+
- is_json
13+
- is_uuid
14+
- camel_case_to_snake
15+
- snake_case_to_camel
16+
- reverse
17+
- uuid
18+
- shuffle

string_utils.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,4 +311,11 @@ def shuffle(string):
311311
#
312312
# def strip_html(string, preserve_tag_content=False):
313313
# pass
314-
314+
#
315+
# ' unprettified string ,, like this one,will be"prettified" .it' s awesome!( like python)) '
316+
# 'Unprettified string, like this one, will be "prettified". It's awesome! (like python)'
317+
# def prettify(string):
318+
# pass
319+
#
320+
# def words_count(string):
321+
# pass

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy