09.12.2013, 16:55
In PHP it goes like
Is that possible to do with PAWN? If yes, please explain and give examples.
Thank you.
PHP код:
foreach(preg_split("/((\r?\n)|(\r\n?))/", $input) as $line)
Thank you.