Strings
Properties
A regex Pattern containing just a line break.
Functions
Add line numbers to the given string. Start the numbering at the specified value.
Build a Unicode box whose contents are populated by the specified builder function. Only top and bottom borders are drawn.
Convert a string into HTML-escaped form, allowing the original string to be presented literally in a web browser or Swing component expecting HTML text.
Increase the indentation by the given non-negative amount. The first line of the string (prior to the first line break) is not affected.
Find the characters of abbreviation within the receiver, in the order specified by abbreviation but not necessarily contiguously.
Append a newline ('\n' = U+000A) then the specified number of tab ('\t' = U+0009) characters to the given StringBuilder.
Append the specified number of tab ('\t') characters to the receiver, a StringBuilder.
Output an XML tag with the given tag name and attributes supplied as Pairs. The values of the attributes will be escaped and quoted. Then run the body function and output a matching close tag. If at exception is thrown by the body, still attempt to output the close tag.
With the given StringBuilder, append the prefix, run the body, and append the suffix. Attempt to append the suffix even if the body fails.