I tried to split a string with delimiter "|". Normally it works fine with explode, but if in this case: "|" is right near a number like "abc1990|na", I can't split it even with ascii code chr(124) instead of "|". How can I handle this situation?
Thanks.
Thanks.