ok i have some string
'Hello^<php>World&*124><
i ju*st press enteR'
how do i return it to ( a function is better ? )
'Hello World123
i just press enter'
allow
- numbers
- text
- spaces , newline , etc
how do i do that with a regex? do i have to use regex? is there a another way ?
Thanks
Adam Ramadhan