How to extract number from string using webload javascript.
String is "A new Employer has been created with the EmployerID 677"
<td class = "message">
<div class = "toast">
A new Employer has been created with the EmployerID 677
<br>
</div>
</td>
I want to extract just 677 from the above string.
Note : 677 is a dynamic value and it gets change every time you create a new employee .Just need to extract generated employee id from string