String separator
Hi everyone,
I am trying to split a string into numerous substrings.
Normally this is done using the split function. My problem is that
the I need to split the string where there's an apostrophe(') in the
string but not when there's a question mark in front of it.
Could anyone help me please?
Example
<string>'<string> split
<string>?'<string> don't split
|