Howdy, Ryan:
paragraphs: {First paragraph.^/Second "paragraph."^/Third paragraph.}
parse paragraphs [some [thru {.^/} | thru {."^/} | thru "." end]]
-jeff
> == {First paragraph.
> Second "paragraph."
> Third paragraph.}
> >> probe parse paragraphs [{.^/} | {."^/}]
> false
> == false
> >> probe parse paragraphs ({.^/} or {."^/})
> ** Script Error: Cannot use or~ on string! value.
> ** Where: ".^/" or {."
>
> So how DO I parse by a value OR another value?
>
> -Ryan
- [REBOL] parse or RChristiansen
- [REBOL] parse or Re:(2) jeff
- [REBOL] parse or Re:(2) rryost
- [REBOL] Bug report (was: parse or) Re: joel . neely
- [REBOL] parse or Re:(3) rryost
- [REBOL] parse or Re:(2) RChristiansen
- [REBOL] parse or Re:(3) jeff
- [REBOL] parse or Re:(4) rryost
- [REBOL] parse or Re:(4) joel . neely
- [REBOL] parse or Re:(5) RChristiansen
- [REBOL] parse or Re:(6) joel . neely
- [REBOL] parse or Re:(7) RChristiansen
