0%

18-letter words containing s, p, u, n, g

  • regular expression — 1.   (text, operating system)   (regexp, RE) One of the wild card patterns used by Perl and other languages, following Unix utilities such as grep, sed, and awk and editors such as vi and Emacs. Regular expressions use conventions similar to but more elaborate than those described under glob. A regular expression is a sequence of characters with the following meanings (in Perl, other flavours vary): An ordinary character (not one of the special characters discussed below) matches that character. A backslash (\) followed by any special character matches the special character itself. The special characters are: "." matches any character except newline; "RE*" (where RE is any regular expression and the "*" is called the "Kleene star") matches zero or more occurrences of RE. If there is any choice, the longest leftmost matching string is chosen. "^" at the beginning of an RE matches the start of a line and "$" at the end of an RE matches the end of a line. (RE) matches whatever RE matches and \N, where N is a digit, matches whatever was matched by the RE between the Nth "(" and its corresponding ")" earlier in the same RE. Many flavours use \(RE\) instead of just (RE). The concatenation of REs is a RE that matches the concatenation of the strings matched by each RE. RE1 | RE2 matches whatever RE1 or RE2 matches. \< matches the beginning of a word and \> matches the end of a word. Many flavours use "\b" instead as the special character for "word boundary". RE{M} matches M occurences of RE. RE{M,} matches M or more occurences of RE. RE{M,N} matches between M and N occurences. Other flavours use RE\{M\} etc. Perl provides several "quote-like" operators for writing REs, including the common // form and less common ??. A comprehensive survey of regexp flavours is found in Friedl 1997 (see below). 2. Any description of a pattern composed from combinations of symbols and the three operators: Concatenation - pattern A concatenated with B matches a match for A followed by a match for B. Or - pattern A-or-B matches either a match for A or a match for B. Closure - zero or more matches for a pattern. The earliest form of regular expressions (and the term itself) were invented by mathematician Stephen Cole Kleene in the mid-1950s, as a notation to easily manipulate "regular sets", formal descriptions of the behaviour of finite state machines, in regular algebra.
  • sampling equipment — Sampling equipment is equipment which is used to remove small amounts of something for analysis and monitoring.
  • sampling frequency — sample rate
  • scripting language — a language that is used to write scripts, or executable sections of code that automate tasks.
  • shipping documents — documents relating to the sending of a shipment of goods, for example containing details of contents, weight, value etc.
  • shotgun microphone — a directional microphone with a narrow-angle range of sensitivity.
  • shunting operation — an operation in which rail coaches are manoeuvred
  • slip of the tongue — If you describe something you said as a slip of the tongue, you mean that you said it by mistake.
  • sound spectrograph — an electronic device for recording a sound spectogram.
  • spackling compound — spackle
  • spaghetti junction — an interchange, usually between motorways, in which there are a large number of underpasses and overpasses and intersecting roads used by a large volume of high-speed traffic
  • specimen signature — a signature to be compared to an original signature in order to verify someone's identity
  • summary proceeding — a mode of trial authorized by statute to be held before a judge without the usual full hearing.
  • super giant slalom — a slalom race in which the course is longer and has more widely spaced gates than in a giant slalom.
  • superstring theory — any supersymmetric string theory in which each type of elementary particle is treated as a vibration of a single fundamental string (superstring) at a particular frequency.
  • supporting actress — an actress playing a supporting role
  • surgical appliance — a specialized device used by somebody to relieve a particular medical condition
  • sustaining program — a radio or television program without a commercial sponsor.
  • torsion-free group — a group in which every element other than the identity has infinite order.
  • universal coupling — a coupling between rotating shafts set at an angle to one another, allowing for rotation in three planes.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?