

F BAR MATH CODE
Since these are technically letters, they have their own Unicode code points in the Latin Extended-B range: U+01C0 for the single bar and U+01C1 for the double bar. A double vertical bar is used to write the alveolar lateral click ( ǁ). In the Khoisan languages and the International Phonetic Alphabet, the vertical bar is used to write the dental click ( ǀ). Main article: International Phonetic Alphabet § Brackets and transcription delimiters In Backus–Naur form, an expression consists of sequences of symbols and/or sequences separated by '|', indicating a choice, the whole being a possible substitution for the symbol on the left. However, this makes the bar unusable as the regular expression "alternative" operator. This is useful when the regular expression contains instances of the more common forward slash ( /) delimiter using a vertical bar eliminates the need to escape all instances of the forward slash. Similarly, the vertical bar may see use as a delimiter for regular expression operations (e.g. It is frequently used because vertical bars are typically uncommon in the data itself. Examples of a pipe-delimited standard data format are LEDES 1998B and HL7. The double vertical bar operator "||" denotes string concatenation in PL/I, standard ANSI SQL, and theoretical computer science (particularly cryptography).Īlthough not as common as commas or tabs, the vertical bar can be used as a delimiter in a flat file. For example: the Unix command grep -E 'fu|bar' matches lines containing 'fu' or 'bar'. In regular expression syntax, the vertical bar again indicates logical or ( alternation). Since the character was originally not available in all code pages and keyboard layouts, ANSI C can transcribe it in form of the trigraph ?!, which, outside string literals, is equivalent to the | character. Specifically, in C and other languages following C syntax conventions, such as C++, Perl, Java and C#, a | b denotes a bitwise or whereas a double vertical bar a || b denotes a ( short-circuited) logical or. In many programming languages, the vertical bar is used to designate the logic operation or, either bitwise or or logical or. This usage has led to the character itself being called "pipe". The same "pipe" feature is also found in later versions of DOS and Microsoft Windows. Where the output from the grep process (all lines containing 'blair') is piped to the more process (which allows a command line user to read through results one page at a time). In most Unix shells (command interpreters), this is represented by the vertical bar character.
F BAR MATH SERIES
In this way, a series of commands can be "piped" together, giving users the ability to quickly perform complex multi-stage processing from the command line or as part of a Unix shell script ("bash file"). Ī pipe is an inter-process communication mechanism originating in Unix, which directs the output (standard out and, optionally, standard error) of one process to the input (standard in) of another. Supergroups in physics are denoted G( N| M), which reads " G, M vertical bar N" here G denotes any supergroup, M denotes the bosonic dimensions, and N denotes the Grassmann dimensions.The vertical bar is used as a mathematical symbol in numerous ways: It has many names, often related to particular meanings: Sheffer stroke (in logic), pipe, bar, or (literally the word "or"), vbar, and others.

The vertical bar, |, is a glyph with various uses in mathematics, computing, and typography. U+2016 ‖ DOUBLE VERTICAL LINE ( &Verbar, ‖) U+007C | VERTICAL LINE ( &verbar, |, &VerticalLine )
