文字列関数群
本ファイルは文字列関係のモジュール群である。
日付 | 担当 | バージョン |
---|---|---|
'17.02.20 | 今井 浩司 | 1.0 |
日付 | 担当 | バージョン |
---|---|---|
'17.01.25 | 今井 浩司 | 1.1 |
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 473 | 54% |
空行行数 | 70 | 8% |
実行行数 | 325 | 38% |
合計行数 | 868 | 100% |
内容 | 定義数 |
---|---|
Subプロシージャ数 | 3 |
Eventプロシージャ数 | 0 |
Functionプロシージャ数 | 30 |
Property数 | 0 |
合計 | 33 |
Explicit Base 1
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Function | pExpand | Public/String | タブをスペースに変換 |
2 |
Function | pGetArrMaxLenB | Public/Integer | 配列中の最大バイト数の取得 |
3 |
Function | pIndex | Public/Integer | 指定文字列の数の取得 |
4 |
Function | pIndexL | Public/Integer | 連続した指定先頭文字列の数の取得 |
5 |
Function | pIsDigit | Public/Integer | 数字の検査 |
6 |
Function | pSplit | Public/Integer | 文字列の分割 |
7 |
Sub | pSplitCount | Public | 分割数の指定による文字列の分割 |
8 |
Sub | pSplitCountNone | Public | 分割数の指定による文字列の分割 |
9 |
Function | pStr3Cmp | Public/String | 3つの文字列の比較 |
10 |
Function | pStrArg1LCmp | Public/Integer | 文字列の比較 |
11 |
Function | pStrArg1LTCmp | Public/Integer | 文字列の比較 |
12 |
Sub | pStrArrCls | Public | 配列の初期化 |
13 |
Function | pStrgSub | Public/String | 文字列の変換 |
14 |
Function | pStrIbCpy | Public/String | 指定文字列による文字列の切りだし |
15 |
Function | pStrIbrCpy | Public/String | 指定文字列による文字列の切りだし |
16 |
Function | pStrICpy | Public/String | 指定文字列による文字列の切りだし |
17 |
Function | pStrIrCpy | Public/String | 指定文字列による文字列の切りだし |
18 |
Function | pStrKbCpy | Public/String | 指定文字列による文字列の切りだし |
19 |
Function | pStrKbrCpy | Public/String | 指定文字列による文字列の切りだし |
20 |
Function | pStrKCpy | Public/String | 指定文字列による文字列の切りだし |
21 |
Function | pStrKrCpy | Public/String | 指定文字列による文字列の切りだし |
22 |
Function | pStrlCmp | Public/Integer | 文字列の比較 |
23 |
Function | pStrnCmp | Public/Integer | 文字列の比較 |
24 |
Function | pStrnCpy | Public/String | 文字数による文字列のコピー |
25 |
Function | pStrnrCpy | Public/String | 文字数による文字列のコピー |
26 |
Function | pStrSetFill | Public/String | 文字列の同一文字詰め |
27 |
Function | pStrSpaCut | Public/String | 文字列のスペースの削除 |
28 |
Function | pStrSpcFillC | Public/String | 文字列のスペース中央詰め |
29 |
Function | pStrSpcFillL | Public/String | 文字列のスペース左詰め |
30 |
Function | pStrSpcFillR | Public/String | 文字列のスペース右詰め |
31 |
Function | pStrSub | Public/String | 文字列の変換 |
32 |
Function | pStrTin | Public/String | 連続文字列の変換 |
33 |
Function | pStrInbStr | Public/Integer | 文字位置の取得 |