Dear all,
I have 3 simple cases, and waiting for help:
1. case :
$a="abcdefg" (string)
How to get it as "efg" and "abc" and "cde"? (string result)
2. case :
$b=1234567 (numeric)
How to get it as 567 and 345 ? (still numeric result)
3. case :
How to generate a random number/string?
Thank you in advance.
I have 3 simple cases, and waiting for help:
1. case :
$a="abcdefg" (string)
How to get it as "efg" and "abc" and "cde"? (string result)
2. case :
$b=1234567 (numeric)
How to get it as 567 and 345 ? (still numeric result)
3. case :
How to generate a random number/string?
Thank you in advance.