Forum Discussion
Joel_Moses
Jun 06, 2012Nimbostratus
Yep, getfield is great for this:
set captured_value [getfield [HTTP::uri] "/" 4]
Will snag the number you're looking for no matter what its length, as long as it's in the same position in the URI each time. No regex needed.