I need a way of searching a string to "count" how many times string "a" apears in string "b".<br> <br> ie:<br> string b: "The house is a tall one also ." (the string to be seached)<br> string a: " " (double space)<br> <br> This may seem odd to some of you (or all)..<br> But it's part of a much larger lisp.<br> <br> TIA.