Bug #97
StringScanner のスキャンポインタの位置およびマッチ文字列の長さ
| Status: | Closed | Start date: | 05/19/2008 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | doc | |||
| Target version: | - | |||
| reporter: | rock | ruby_version: | 1.8,1.9 |
Description
StringScanner のスキャンポインタの位置が文字単位でなくバイト単位ですが, そのことが「StringScanner#pointer=」の説明にしか書いてないようです。 Abstract に書くべきではないでしょうか。 また,StringScanner#match? などが返す「マッチした部分文字列の長さ」もバイト単位ですが, どこにも書いていないようです。
History
Updated by kouya (taifu kouya) over 3 years ago
- Assignee set to kouya (taifu kouya)
Updated by kouya (taifu kouya) over 3 years ago
- Status changed from Open to Closed
修正しました。 Abstract, match? など。