REBOL Programming/Language Features/Parse

From Wikibooks, open books for an open world
Jump to: navigation, search

PARSE is one of the most powerful features in REBOL. It has many capabilities from simple string splitting to parse expression matching. PARSE forms the basis of pattern matching, that is implemented as regular expression matching in other languages.

If you are asking yourself why REBOL has no regular expression matching implementation, PARSE is the answer.

A skeleton of a parsing operation:

parse INPUT RULE

[edit] Table of contents

Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export