Class

NSTextCheckingResult

An occurrence of textual content found during the analysis of a block of text, such as when matching a regular expression. あるテキストの塊の分析の間に、例えばある正規表現のマッチングの時に、見つけられたテキスト内容の存在。

Declaration 宣言

class NSTextCheckingResult : NSObject

Overview 概要

On both iOS and macOS, instances of NSTextCheckingResult are returned by the NSRegularExpression class and the NSDataDetector class to indicate the discovery of content. In those cases, what is found may be a match for a regular expression or a date, address, phone number, and so on. In macOS, instances of NSTextCheckingResult are returned by the NSSpellChecker object to describe the results of spelling, grammar, or text-substitution actions. iOSとmacOSの両方で、NSTextCheckingResultのインスタンスはNSRegularExpressionクラスとNSDataDetectorクラスによって返されて、発見された内容を指し示します。それらの場合において、見つけられたものは正規表現またはある日付、住所、電話番号、等々に対して一致するものでしょう。macOSにおいて、NSTextCheckingResultのインスタンスはNSSpellCheckerオブジェクトによって返されて、綴り、文法、またはテキスト置換動作の結果を記述します。

Topics 話題

Text Checking Type Range and Type テキストチェック型の範囲と型

Text Checking Results for Text Replacement テキスト置き換えのテキスト検査結果

Text Checking Results for Regular Expressions 正規表現に対するテキスト検査結果

Text Checking Result Components テキスト検査結果構成要素

Text Checking Results for URLs URLに対するテキスト検査結果

Text Checking Results for Addresses 住所に対するテキスト検査結果

Text Checking Results for Transit Information 輸送機関情報に対するテキスト検査結果

Text Checking Results for Phone Numbers 電話番号に対するテキスト検査結果

Text Checking Results for Dates and Times 日付と時刻に対するテキスト検査結果

Text Checking Results for Typography タイポグラフィに対するテキスト検査結果

Text Checking Results for Spelling 綴りに対するテキスト検査結果

Text Checking Results for Orthography 正書法に対するテキスト検査結果

Text Checking Results for Grammar 文法に対するテキスト検査結果

Adjusting the Ranges of a Text Checking Result あるテキスト検査結果の範囲それらを調節する

Constants 定数

Instance Properties インスタンスプロパティ

Instance Methods インスタンス メソッド

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Pattern Matching パターンマッチング