Hi,
I am creating a class for string operations. I thought it will be useful for some people to have a utility in order to seek string throught namespaces.
DL Script
modify the last two lines :
- replace "test" by the string you want to find (you can type any : *myString*)
- print "Items" to see the list returned
search = StringUtility("test")
Items = search.searchString(0,0,1,10)
I hope it help !