I am trying to read a particular number from an expression.
I want to read the digit from below expression.
ID:jv.link.weight:234231
in the above string, I want to read the number 234231
using typescript.
can anyone suggest me any logic how to read this? I am new to typescript.