Strings and Text

String construction, Unicode inspection, searching, mutation, escaping, encoding, and iteration.

Subcategories

String Core 6String Encoding 11String Iteration 11String Mutation 20String Search and Compare 7Unicode Inspection 27

Reference Pages

string

Converts a value to a string.

string->sub

Returns a substring using Lasso string positions.

string->encodeHtmlToXml

string->encodeHtmlToXml is a member in the String Encoding group; call it on the receiver shown before the arrow.

string->eachWordBreak

string->eachWordBreak is a member in the String Iteration group; call it on the receiver shown before the arrow.

string->forEachCharacter

string->forEachCharacter is a member in the String Iteration group; call it on the receiver shown before the arrow.

string->forEachLineBreak

string->forEachLineBreak is a member in the String Iteration group; call it on the receiver shown before the arrow.

string->forEachMatch

string->forEachMatch is a member in the String Iteration group; call it on the receiver shown before the arrow.

string->forEachWordBreak

string->forEachWordBreak is a member in the String Iteration group; call it on the receiver shown before the arrow.

string->decompose

string->decompose is a member in the String Mutation group; call it on the receiver shown before the arrow.

string->foldCase

string->foldCase is a member in the String Mutation group; call it on the receiver shown before the arrow.

string->merge

string->merge is a member in the String Mutation group; call it on the receiver shown before the arrow.

string->normalize

string->normalize is a member in the String Mutation group; call it on the receiver shown before the arrow.

string->toLower

string->toLower is a member in the String Mutation group; call it on the receiver shown before the arrow.

string->toTitle

string->toTitle is a member in the String Mutation group; call it on the receiver shown before the arrow.

string->toUpper

string->toUpper is a member in the String Mutation group; call it on the receiver shown before the arrow.

string->getPropertyValue

string->getPropertyValue is a member in the Unicode Inspection group; call it on the receiver shown before the arrow.

string->hasBinaryProperty

string->hasBinaryProperty is a member in the Unicode Inspection group; call it on the receiver shown before the arrow.

string->isBase

string->isBase is a member in the Unicode Inspection group; call it on the receiver shown before the arrow.

string->isBlank

string->isBlank is a member in the Unicode Inspection group; call it on the receiver shown before the arrow.

string->isCntrl

string->isCntrl is a member in the Unicode Inspection group; call it on the receiver shown before the arrow.

string->isGraph

string->isGraph is a member in the Unicode Inspection group; call it on the receiver shown before the arrow.

string->isLower

string->isLower is a member in the Unicode Inspection group; call it on the receiver shown before the arrow.

string->isPrint

string->isPrint is a member in the Unicode Inspection group; call it on the receiver shown before the arrow.

string->isPunct

string->isPunct is a member in the Unicode Inspection group; call it on the receiver shown before the arrow.

string->isSpace

string->isSpace is a member in the Unicode Inspection group; call it on the receiver shown before the arrow.

string->isTitle

string->isTitle is a member in the Unicode Inspection group; call it on the receiver shown before the arrow.

string->isUAlphabetic

string->isUAlphabetic is a member in the Unicode Inspection group; call it on the receiver shown before the arrow.

string->isULowercase

string->isULowercase is a member in the Unicode Inspection group; call it on the receiver shown before the arrow.

string->isUpper

string->isUpper is a member in the Unicode Inspection group; call it on the receiver shown before the arrow.

string->isUUppercase

string->isUUppercase is a member in the Unicode Inspection group; call it on the receiver shown before the arrow.

string->isUWhitespace

string->isUWhitespace is a member in the Unicode Inspection group; call it on the receiver shown before the arrow.

string->isXDigit

string->isXDigit is a member in the Unicode Inspection group; call it on the receiver shown before the arrow.