|
Expression Type
|
Description
|
|---|
|
Regular Expression (regex - regexp)
|
Regular Expression (regex - regexp) is a sequence of characters that define a search pattern. Usually such patterns are used by string searching algorithms for “find” or “find and replace” operations on strings, or for input validation
Link to original
|
|
Symbolic Expression (s-expression - sexprs - sexps)
|
Symbolic Expression (s-expression - sexprs - sexps) are a notation for nested list (tree-structured) data, invented for and popularized by the programming language Lisp. also used in text-format WebAssembly
s-expressions are used to represent both:
Link to original
|
|
Meta Expression (m-expression)
|
Meta Expression (m-expression) was an early proposed syntax for the Lisp programming language
Link to original
|
|
Indentation Expression (i-expression)
|
Link to original
|