This changes document structure and adds comments for the platform-dependency of regular expressions. Fixes #746.
In BSD-based platform such as macOS, the metacharacters with leading "\" are not supported. This adds comments for users with those OS, to avoid confusing results. Also changes the wrong associative array name in the example(s).
Fixes #590.