This is the format of the string:
I want to extract the Revision number from the name. I tried using Substring() but I need a generic solution that could extract out Revision number from any name in this format. This is how the name is being set is the backend:
Thanks in advance.


