Fetching the data from javascript code

Hello,
Does anybody know, can I get the value 147 from code depicted below:

How about:

`
.check(regex(""“abc.lr.loanactivation.nextID = ‘(.+?)’”"").find.saveAs(“nextId”))

`

?

It works!!

Thank you very much!!!