Clear punctuations from a string and replaces it with a whitespace character or returns an array of strings.
String input to clear from punctuation.
Either a string or an array of strings cleared from punctuations based on the arguments passed.
clear('Hello, world!'); // 'hello world' Copy
clear('Hello, world!'); // 'hello world'
Clear punctuations from a string and replaces it with a whitespace character or returns an array of strings.