úÎ~   Safe.Settings to control how wrapping is performed.WWhether to indent new lines created by wrapping when their original line was indented.fWhether to break in the middle of the first word on a line when that word exceeds the wrapping width.ÔWrap text at the specified width. Newlines and whitespace in the input text are preserved. Returns the lines of text in wrapped form. New lines introduced due to wrapping will have leading whitespace stripped.Like T, but returns the wrapped text reconstructed with newlines inserted at wrap points. 8Tokenize text into whitespace and non-whitespace chunks. UWrap a single line of text into a list of lines that all satisfy the wrapping width. ÿIBreak a token sequence so that all tokens up to but not exceeding a length limit are included on the left, and if any remain on the right, return Just those too (or Nothing if there weren't any). If this breaks a sequence at at point where the next token after the break point is whitespace, that whitespace token is removed.  Settings.The wrapping width.A single line of text.        $word-wrap-0.4-CkrfJgpJklkHti2MUXvrGE Text.Wrap WrapSettingspreserveIndentationbreakLongWordsdefaultWrapSettingswrapTextToLineswrapText$fEqWrapSettings$fShowWrapSettings$fReadWrapSettings $fShowTokentokenizewrapLine breakTokensTokenWSNonWS tokenLength tokenContent