Hello,
Is it possible to randomize the length field in the
substr($string_variable, start number, length);
I have multiple strings in a file that have 50-70 characters. I would like to randomly extract anything between 25 and 35 characters from the beginning for each of the strings.
Thanks,
Mika
Is it possible to randomize the length field in the
substr($string_variable, start number, length);
I have multiple strings in a file that have 50-70 characters. I would like to randomly extract anything between 25 and 35 characters from the beginning for each of the strings.
Thanks,
Mika