And it's easily verifiable:
...which results in the following lines shown in individual MsgBoxes:
CODE:
for Each, Segment in StrSplit("THISxISxNOTxSPLIT.XTHISXISXSPLIT", "X")
MsgBox, % Segment
...which results in the following lines shown in individual MsgBoxes:
CODE:
THISxISxNOTxSPLIT.
THIS
IS
SPLIT
Statistics: Posted by boiler — 43 minutes ago