I’m looking for a way to manipulate a string similar to the following:
“File 32411341.UI House 4343243.xlsx”
Where I want to take the last numbers before the point, I was trying to trim it using the space before the number and the point after the number as a base but I can’t do this without having to use other variables.