PDA

View Full Version : What is the difference between Split and Explode?



Indian cutting
12-23-2014, 02:12 AM
What is the difference between Split and Explode?

anirban09P
12-28-2014, 11:47 PM
Split - Splits string into array by regular expression.
Explode - Split a string by string.