サクサク読めて、アプリ限定の機能も多数!
goinger のブックマーク 2014/07/28 18:01
Best way to strip punctuation from a string[python][tips]2014/07/28 18:01
このブックマークにはスターがありません。 最初のスターをつけてみよう!
stackoverflow.com2011/01/14
It seems like there should be a simpler way than: import string s = "string. With. Punctuation?" # Sample string out = s.translate(string.maketrans("",""), string.punctuation) Is there?
2 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /
このブックマークにはスターがありません。
最初のスターをつけてみよう!
Best way to strip punctuation from a string
It seems like there should be a simpler way than: import string s = "string. With. Punctuation?" # Sample string out = s.translate(string.maketrans("",""), string.punctuation) Is there?
2 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /