Regex

EDITRC(5) - File Formats Manual

Regex, Termcap, Editline, Editrc

EDITRC(5) - File Formats Manual # EDITRC(5) - File Formats Manual NAME # editrc - configuration file for editline library DESCRIPTION # The editrc file defines various settings to be used by the editline(3) library. The format of each line is: [prog:]command [arg ...] command is one of the editline(3) builtin commands. Refer to BUILTIN COMMANDS for more information. prog is the program name string that a program defines when it calls el_init(3) to set up editline(3), which is usually argv[0]. ...

RE_FORMAT(7) - Miscellaneous Information Manual

Regex, Re-Format

RE_FORMAT(7) - Miscellaneous Information Manual # RE_FORMAT(7) - Miscellaneous Information Manual NAME # re_format - POSIX regular expressions DESCRIPTION # Regular expressions (REs), as defined in IEEE Std 1003.1-2004 (“POSIX.1”), come in two forms: basic regular expressions (BREs) and extended regular expressions (EREs). Both forms of regular expressions are supported by the interfaces described in regex(3). Applications dealing with regular expressions may use one or the other form (or indeed both). ...