I know I can use the find function to search for a defined particular string. But how do I search for a undefined length string For example I am looking for the "***#Userid#***" string inside of a header. But this number can range in value so do I need to search like this
findnocase("***[0-100000000]***",mystring,1)