CodeSnip News
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
Two new string comparison routines have been added to the Code Snippets Database. They are: (1) CompareNumberStr that compares two strings case-sensitively, while treating any embedded digits as numbers rather than text and (2) InString that checks if one string contains another, optionally ignoring case.
link