i have a string that's pulled into my db from a Sharepoint doc lib, and it can look like the following: (simplified, of course):
word/word/word/@1234@_service_name/year/frequency/other
OR
word/word/word/service_name_@1234@/year/frequency/other
OR
word/word/word/service_name_@1234_5678_9876@/year/frequency/other
What i need to do is extract whatever is between the "@" marks. This is the most important part of the string. i could do it independently of help if the length of the text between the marks was always 4, but since it's not, so i need to ask. Would welcome your thoughts on the best syntax for this, or a push in the right direction.
Thanks from Tokyo
