Slice String

Hello,

I am trying to find a way to slice a string in array of elements, based on a specific string.
Example: 677845737795720000 to be sliced by 95.
In this case, to achieve
[0] = 6778457377;
[1] = 720000;