Menu

/branches/v4-dev/Src/UStrUtils.pas Commit Log


Commit Date  
[r1462] (24.7 kB) by delphidabbler

Removed completed TODO

2011-05-23 09:42:10 View
Download
[r1461] (24.8 kB) by delphidabbler

* Added detection of supplementary code point encodings in Unicode strings to all Trim* routines. Trimming stops if one of these characters is encountered.
* Added suitable DUnit tests for these changes.

2011-05-22 22:45:14 View
Download
[r1460] (24.2 kB) by delphidabbler

Extracted common code from public Trim* and Trim*Chars routines into internal trim routines.

2011-05-22 22:04:03 View
Download
[r1459] (23.4 kB) by delphidabbler

Replaced use of StrSlice* routines in StrTrim* routines with System.Copy.

2011-05-22 21:32:05 View
Download
[r1458] (23.4 kB) by delphidabbler

Improved detection of white space in StrTrim, StrTrimLeft and StrTrimRight. No longer assumes white space is just char codes 0..32 but uses TCharacter.IsWhiteSpace to detect. These routines are no longer just wrappers around SysUtils Trim, TrimLeft and TrimRight.

2011-05-22 21:15:24 View
Download
[r1457] (22.6 kB) by delphidabbler

* Renamed StrTrim*Spaces routines in UStrUtils unit to StrTrim*.
* Renamed DUnit test methods in TestUStrUtils to suit renamed routines.
* Updated all affected code.

2011-05-22 20:47:50 View
Download
[r1456] (22.7 kB) by delphidabbler

Made fixes necessary to pass all DUnit tests.

2011-05-22 20:30:58 View
Download
[r1454] (22.0 kB) by delphidabbler

* Modified some comments
* Added some TODOs

2011-05-22 13:59:01 View
Download
[r1452] (21.4 kB) by delphidabbler

Removed reference to UUtils.

2011-05-21 16:42:42 View
Download
[r1451] (21.4 kB) by delphidabbler

* Renamed StrQuoteSpacedString as StrQuoteSpaced routines.
* Modified commenting in UStrUtils.

2011-05-21 16:13:47 View
Download
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.