Type Method 型メソッド

predicateWithFormat:

Creates and returns a new predicate formed by creating a new string with a specified format and parsing the result. 新しい文字列をある指定された書式設定で作成してその結果を構文解析することによって形成される新しい述部を作成して返します。

Declaration 宣言

+ (NSPredicate *)predicateWithFormat:(NSString *)predicateFormat, ...;

Parameters パラメータ

format

The format string for the new predicate. 新しい述部に対する書式設定文字列。

...

A comma-separated list of arguments to substitute into format. formatへと置換することになる、引数のコンマ区切りのリスト。

Return Value 戻り値

A new predicate formed by creating a new string with format and parsing the result. 新しい文字列をformatで作成してその結果を構文解析することによって形成される新しい述部。

Discussion 議論

For details of the format of the format string and of limitations on variable substitution, see Predicate Format String Syntax. 書式設定文字列の書式設定の、そして変数置換に制限を課すことの詳細として、Predicate Format String Syntaxを見てください。

See Also 参照

Creating a Predicate 述部を作成する

Related Documentation 関連文書