[REBOL] Finding the previous value in a string
From: tbrownell::yahoo at: 11-Aug-2000 12:33
Hello all... Is there some way to find a value in a string that immediately proceeds another eg... string: "This is a string with some words" How would i find the word immediately before the word with ... in this case the word "string" ? Kinda like select, but working backwards? TBrownell