You need to simply extract the string from your Array, then apply the indexing as above.
If your w.Hit is always a 1-element Array, you can get your string as x=w.Hit[1].
Just to complement, since Julia 1.4 we have only (you do not need to import anything) that takes the only element of a collection and return it, throwing an exception if the collection has zero or more than one element.