C
Craig
I want to find everywhere there is a whitespace in a given
string and replace that space with a pipe character. for
instance:
I want to turn the phrase 'Craig needs help'
into
'Craig|needs|help'
how do i do a character replace within a string? is there
a function to do that? that info along with some details
on how to use the function would be helpful. thank you
Craig
string and replace that space with a pipe character. for
instance:
I want to turn the phrase 'Craig needs help'
into
'Craig|needs|help'
how do i do a character replace within a string? is there
a function to do that? that info along with some details
on how to use the function would be helpful. thank you
Craig