Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Ask for Help (v1) • Re: StrSplit() Case-insensitive?

$
0
0
And it's easily verifiable:

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



Viewing all articles
Browse latest Browse all 579

Trending Articles