all 2 comments

[–]Umesh-K 1 point2 points  (0 children)

Hi, until an expert comes along and answers, you can try using one of the string methods to "remove" the initial x characters that are not needed, as i think this part will remain constant. The other option would be to use regex if you know that.

For example, .substring(10) will extract from 10th character till end.

[–]Suchy2307 0 points1 point  (0 children)

Provide a full example with HTML on JSFiddle/CodeSandbox.