You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the function finds an opening quote character and does not find the
closing quote character, it will return an error.
Previously, in case of error, the returned split array was always empty.
Now, in any case, the function will return the split array up to the
point where the error occurred.
0 commit comments