In the following example #### represents any number of varying length.
I need a way to run through a string like...
...and replace the {\cf11\super ####} with just the number where the #### is. The result of the above would then be...
Any help would be greatly appreciated. Thank You.
Gone looking for myself. Should I arrive before I'm back, keep me here.
Code:
{\cf11\super ####}
I need a way to run through a string like...
Code:
This is a {\cf11\super 87} number for you {\cf11\super 653}.
...and replace the {\cf11\super ####} with just the number where the #### is. The result of the above would then be...
Code:
This is a 87 number for you 653.
Any help would be greatly appreciated. Thank You.
Gone looking for myself. Should I arrive before I'm back, keep me here.