Class TextSplitter
Assembly: Glitch9.dll
Syntax
public static class TextSplitter
Methods
|
Edit this page
View Source
SplitSmart(string, int)
Declaration
public static string[] SplitSmart(string input, int maxLineLength = 120)
Parameters
| Type |
Name |
Description |
| string |
input |
|
| int |
maxLineLength |
|
Returns
|
Edit this page
View Source
SplitToParagraphs(string, int)
Declaration
public static string SplitToParagraphs(string input, int linebreaks = 2)
Parameters
| Type |
Name |
Description |
| string |
input |
|
| int |
linebreaks |
|
Returns