rmPWCap.Rd
Sterilises strings, capitalising, removing punct. and spaces. Mostly for matching applications
rmPWCap(text_to_clean, rm_all_white_space = F)
A character vector.
A boolean indicating whether all (not just trailing and double whitespace) should be stripped. Setting to false obviously preserves semantic meaning, but in eaither instance peripherial and sequential white space is always stripped.
A character vector x
capitalised and devoid of Punctuation and trailing, double
(and, optionally all whitespace)