philiprehberger_string_ext 0.3.0
philiprehberger_string_ext: ^0.3.0 copied to clipboard
String extension methods for case conversion, truncation, masking, and validation
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
0.3.0 - 2026-05-30 #
Added #
pascalCasegetter for PascalCase conversion (complements existingcamelCase/snakeCase/kebabCase)linesgetter — splits on\n,\r\n, and\rlineCountgetter — number of lines (0 for empty string)wordCountgetter — number of whitespace-separated tokenssquish— collapse whitespace runs into single spaces and trim ends