username=replace(trim(request(“username”)),”‘”,””)
Can you tell me what the replacement function is to replace the USERNAME in it?
Trim removes the left and right spaces and replace the quotation marks here.
username=replace(trim(request(“username”)),”‘”,””)
Can you tell me what the replacement function is to replace the USERNAME in it?
Trim removes the left and right spaces and replace the quotation marks here.