For example, i have a dozen of IPV6 addresses, with 8 parts which are seperated by ":". If the first few characters are null in these parts then i wanna remove them with a simple regex.
Input:
1034:0123:0000:2100:3120:0000:0022:0001
Output:
1034:123::2100:3120::22:1
Is it possible?