Table of Contents

About

When you find a structure in a text, there is a language.

It can be:

Schema

The schema of text is expressed via one or many regular Expressions.

A regular expression is implemented as finite automata that's why when parsing any type of text (xml, json,..) with a library you are going from state to state.

Text Parser

A text parser is implemented:

Document

When the string describes a computer format, the string/text is called a document