API overview

TStringKit exposes 80 public operations. The project groups them by the task they solve rather than requiring an object instance.

AreaRepresentative operations
ManipulationTrim, CollapseWhitespace, SubString, padding, replacement
Matchingregex matching/extraction, Contains, GetWords
ComparisonLevenshtein, Jaro, Jaro-Winkler, LCS, fuzzy matching
Casetitle, camel, Pascal, snake, kebab conversion
Validationemail, URL, IP, date
Formattingtruncation, number and file-size formatting
SplitSplit, Join
Phonetic and analysisSoundex, Metaphone, readability, n-grams
EncodingHTML, percent/form URL, Base64, hex
NumericRoman numerals, ordinals, number words

Begin with Recipes for complete programs. Use the Cheat Sheet when you need a compact method inventory, and the helper coverage table to see the helper spelling for each operation.

Important behaviour is documented in Contracts and limitations, especially SubString indexing, byte-oriented text handling, form URL semantics, and safe parsing.