FindList["file", " text"] gives a list of lines in the file that contain the specified string. FindList["file", {"text_1", "text_2", ...}] gives a list of all lines that ...
Find
(Built-in Mathematica Symbol) Find[stream, " text"] finds the first line in an input stream that contains the specified string. Find[stream, {"text_1", "text_2", ...}] finds the first line that contains ...
FindPermutation[expr] gives a permutation that produces expr by permuting Sort[expr].FindPermutation[expr 1, expr 2] gives a permutation that converts expr_1 to expr_2 for ...
FindSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for the Find dialog box.
FindThreshold[image] finds a global threshold value that partitions the intensity values in image into two intervals.
FindVertexCover[g] finds a vertex cover of the graph g with a minimum number of vertices.
FiniteGroupCount[n] gives the number of finite groups of order n.
FontFamily is an option for Style and Cell that specifies the font family in which text should be rendered.
FontSize is an option for Style and Cell that specifies the default size in printer's points of the font in which to render text.
Format
(Built-in Mathematica Symbol) Format[expr] prints as the formatted form of expr. Assigning values to Format[expr] defines print forms for expressions. Format[expr, form] gives a format for the specified ...