Use Command + Alt to call the replace window, enter your regex with group selection like '(\d+)' to find all numbers in the form of string. In the Replace input box type as \1 to replace the selected matches with the 1st group. For example, here we type \1 to convert the ...