- scanCharactersFromSet:intoString:
- scanUpToCharactersFromSet:intoString:
- scanUpToString:intoString:
Availability 有効性
Technology
string
The string for which to scan at the current scan location. この文字列を求めて現在の走査位置で走査することになります。
stringValue
Upon return, if the receiver contains a string equivalent to string
at the current scan location, contains a string equivalent to string
.
戻りでは、レシーバがstring
に等しいある文字列を現在の走査位置で含むならば、string
に等しい文字列を含みます。
YES
if string
matches the characters at the scan location, otherwise NO
.
YES
、もしstring
が走査位置での文字に合致するならば、そうでなければNO
。
If string
is present at the current scan location, then the current scan location is advanced to after the string; otherwise the scan location does not change.
string
が現在の走査位置で存在するならば、そのとき現在の走査位置はその文字列の後まで進められます;そうでなければ走査位置は変化しません。
Invoke this method with NULL
as string
to simply scan past a given string.
NULL
をstring
として使ってこのメソッドを発動すると、単純にある与えられた文字列を越えて走査します。
- scanCharactersFromSet:intoString:
- scanUpToCharactersFromSet:intoString:
- scanUpToString:intoString: