I want to pick the last or 8th value from the list of matched values in RegEx
This is my working regex101
Also I want to know, while executing it on my live JS file, how would I use it? Should I use it as /.*Version (\S+)/g
or as (?q).*Version (\S+)
or something else?