Question: Split Big Number Into Groups of 3

Hello everyone!

Does anyone know how I could go about splitting a big integer into a sequence of integers of length 3? (e.g., 394737234242 -> '394', '737', '234', '242')

Thanks!

Please Wait...