Top "Punctuation" questions

Punctuation's are the marks, such as full stop, comma, and brackets, used in writing to separate sentences and their elements and to clarify meaning.

Python removing punctuation from unicode string except apostrophe

I found several topics of this and I found this solution: sentence=re.sub(ur"[^\P{P}'|-]+",'',…

python regex unicode punctuation
In Erlang, when do I use ; or , or .?

I have been trying to learn Erlang and have been running into some problems with ending lines in functions and …

syntax erlang punctuation
Punctuation in LaTeX formulas

It seems to be common practice, when writing mathematics, to add punctuation to displayed formulas. Is there any trick to …

latex punctuation
clean line of punctuation and split into words python

learning python currently and having a bit of a problem. I'm trying to take a line from another subprogram and …

python word line strip punctuation