Skip to content

StringKit-FP v1.0.0: The Complete String Toolkit

Choose a tag to compare

@ikelaiah ikelaiah released this 12 Aug 11:35
· 36 commits to main since this release

🧵 StringKit-FP v1.0.0 - Initial Release

Professional string manipulation library for Free Pascal with 90+ static methods covering:

Key Features:

  • Validation: Email, URL, IP, date format checking
  • Transformation: Case conversion, padding, truncation
  • Analysis: Readability scoring, n-gram generation, word counting
  • Similarity: Levenshtein, Jaro-Winkler, Hamming distance
  • Phonetic: Soundex, Metaphone algorithms
  • Encoding: HTML, URL, Hex encoding/decoding
  • Pattern Matching: Regex support with extraction
  • Number Formatting: Roman numerals, file sizes, ordinals

🎯 Highlights:

  • Zero external dependencies - pure Free Pascal RTL
  • Static API - no object instantiation required
  • Comprehensive test suite
  • MIT licensed for commercial and open source use

📋 Requirements:

  • Free Pascal 3.2.2+
  • Lazarus 4.0+ (for package installation)