Question
What does this mean ?
I was provided this code and I have no idea what it does.
<cfset Form.supplier_email = reReplace(Form.supplier_email,",+$","","ALL") />
I was told that it is supposed to concatenate emails together, separated by a comma. But if the email contains a space, the entire application blows up.
Does this statement check for spaces ?
<cfset Form.supplier_email = reReplace(Form.supplier_email,",+$","","ALL") />
I was told that it is supposed to concatenate emails together, separated by a comma. But if the email contains a space, the entire application blows up.
Does this statement check for spaces ?
