Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# replace crlf

// Remove all newlines from the 'example' string variable
string cleaned = example.Replace("
", "").Replace("
", "");
Source by kodify.net #
 
PREVIOUS NEXT
Tagged: #replace #crlf
ADD COMMENT
Topic
Name
6+4 =