What's wrong with just using: >> find "This is a bookmark in a book of writing" " book " == " book of writing"
In other words, just put a space before and after the search item? Or if you're using more complex text, something like: >> parse/all Text [any [[[#" " | #"^/"] mark: "book" end: [#" " | #"^/"]] (print copy/part Mark End) | skip] end] book == true Andrew Martin ICQ: 26227169 http://valley.150m.com/ -><- -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
