In this video it shows how one can extract or filter all the digits (integers) from any alphanumeric string/ texts. It uses replaceAll method of the string to replace any non-numeric character with null (that is delete the non-numeric characters). In demo it shows how from our email ID –…