Quantcast
Channel: PHP strip punctuation - Stack Overflow
Viewing all articles
Browse latest Browse all 5

PHP strip punctuation

$
0
0

Let's say I have this:

$hello = "Hello, is StackOverflow a helpful website!? Yes!";

and I want to strip punctuation so it outputs as:

hello_is_stackoverflow_a_helpful_website_yes

How can I do that?


Viewing all articles
Browse latest Browse all 5

Latest Images

Trending Articles





Latest Images