|
3 | 3 | helpname: 'usr_41'
|
4 | 4 | ---
|
5 | 5 | <div id='vimCodeElement'>
|
6 |
| -<a class="Constant" href="usr_41.html" name="usr_41.txt">usr_41.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Aug 18<br> |
| 6 | +<a class="Constant" href="usr_41.html" name="usr_41.txt">usr_41.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Aug 23<br> |
7 | 7 | <br>
|
8 | 8 | VIM USER MANUAL - by Bram Moolenaar<br>
|
9 | 9 | <br>
|
|
784 | 784 | blob2str() blob を文字列のリストに変換する<br>
|
785 | 785 | items() 文字列のインデックスと文字のペアのリストを取得<br>
|
786 | 786 | する<br>
|
| 787 | + uri_encode() 文字列を URI エンコードする<br> |
| 788 | + uri_decode() 文字列を URI デコードする<br> |
787 | 789 | <br>
|
788 | 790 | リスト操作: <a class="Constant" href="usr_41.html#list-functions" name="list-functions">list-functions</a><br>
|
789 | 791 | get() 要素を取得。存在しないインデックスでもエラーを<br>
|
|
903 | 905 | reverse() blob 内の数値の順序を逆にする<br>
|
904 | 906 | index() Blob 中の要素のインデックス<br>
|
905 | 907 | indexof() 式が真となる Blob 内のインデックス<br>
|
| 908 | + items() Blob のインデックスと値のペアのリストを取得する<br> |
906 | 909 | <br>
|
907 | 910 | その他の計算: <a class="Constant" href="usr_41.html#bitwise-function" name="bitwise-function">bitwise-function</a><br>
|
908 | 911 | and() ビットごとの論理積<br>
|
|
0 commit comments