I have strings that end with:
...", "VERI-1000")
and I am trying to use sed (or any other tool) to have them formatted like
...", "(VERI-1000)" uid="1000"/>
The "VERI" and the "1000" values change multiple times so it's not always "VERI" and not always "1000"
I suppose then I am trying to search for the numerical value that precedes the ") string and then insert that value after uid="