that was a different question than the one i was talking about (the string question), but i got something like
BEGIN IsMatch(string, BigString)
Let len = length(string)
FOR index = 1 TO length(BigString) - len STEP 1
IF extract(bigString, index, len) = string THEN...