With my limited knowledge of TypeScript, I am attempting to extract a specific number from an expression.
The goal is to locate and retrieve the digit from the following expression.
ID:jv.link.weight:234231
In the given string, I aim to extract the number 234231
using TypeScript. Any suggestions on how to achieve this task would be greatly appreciated, as I am still learning the ropes in TypeScript.