StringTools[IsEodermdrome] - 文字列が eodermdrome であるかどうかを検査する
|
モデルの説明
|
|
•
|
IsEodermdrome コマンドは 文字列が eodermdrome であるかどうかを調べ、 eodermdrome である場合には true を返し、そうでない場合には false を返します。
|
•
|
eodermdrome は、文字列の連続した 2 文字組の列が、文字列に表示される文字に関する完成したグラフ内でオイラー小径を形成する特性を有する文字列です。
|
|
|
アプリケーションと例題
|
|
>
|
IsEodermdrome( "EODERMDROME" );
|
| (4.1) |
>
|
IsEodermdrome( "SURTOUTSORS" );
|
| (4.2) |
>
|
IsEodermdrome( "STRING" );
|
| (4.3) |
|
|
リファレンス
|
|
|
http://www.oulipo.net/contraintes/docs/eodermdrome
|
|
|
Download Help Document
Was this information helpful?