vieweditattachhistoryswikistopchangessearchhelp

正規表現

regular expression

http://foldoc.doc.ic.ac.uk/foldoc/foldoc.cgi?query=regular+expression&action=Search

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.


要するに、結合(Concatenation)、選択?(Or)、繰返し?(Closure)、だけで構成される一連のパターンの事らしい。
正規代数(regular algebra)ってなんだろう?--CUE


ってな世界かな。

ん。これってもしかして、「参照」(=お隣以外を見に行く)って概念が
無い世界、なのかな? -戯

ところで、繰り返しの回数を選んでも(この理論にとって)いいのは、どっちなんだろう?
Loopの前の奴?Loopの中身?それとも両方?





申しわけありません。まだ 正規表現 についての記述はありません。
Webブラウザの「戻る」ボタンで、もとの画面に戻れます。

↑おっと、びっくり。--CUE

突貫工事ですが、新規ページオブジェクトを作成するタイミングを遅延する機構を付けてみました。--sumim


このページを編集 (1579 bytes)


Congratulations! 以下の 2 ページから参照されています。

This page has been visited 3518 times.