search(for:direction:caseSensitive:wrap:)
Searches a document view for a string and highlights it if it is found.
Declaration
func search(for string: String!, direction forward: Bool, caseSensitive caseFlag: Bool, wrap wrapFlag: Bool) -> BoolParameters
Return Value
Discussion
The search for string begins from the current selection and continues in the direction specified by forward. The search continues across all frames.