Online Newlines To Spaces Convert Tool




Newlines To Spaces

Newlines To Spaces made by trim() function with regular expression. The trim() function is a inbuilt PHP Function.this inbuilt function removes whitespaces and also the predefined characters from both sides of a string that is right and left.but we can use to make newlines to spaces tool regular expression with the use of trim() function.

Syntax:
trim($string, $charlist)