https://github.com/benibela/bbutils
A bunch of important low-level functions missing in FreePascal, e.g. string or array manipulation functions.
https://github.com/benibela/bbutils
delphi library math pascal string
Last synced: 4 months ago
JSON representation
A bunch of important low-level functions missing in FreePascal, e.g. string or array manipulation functions.
- Host: GitHub
- URL: https://github.com/benibela/bbutils
- Owner: benibela
- Created: 2013-06-08T22:55:43.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2026-02-22T15:30:10.000Z (4 months ago)
- Last Synced: 2026-02-22T20:34:13.306Z (4 months ago)
- Topics: delphi, library, math, pascal, string
- Language: Pascal
- Size: 7.67 MB
- Stars: 43
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BButils [](https://travis-ci.org/benibela/bbutils)
=============
These units consist of important low-level functions missing in FreePascal. For example:
* String and array view for efficient processing of slices of a string or array.
* Various array functions (add, delete, search, prealloc, ...) and array lists.
* Various string functions (pchar/ansistring, compare, split, search, convert html entities, ...). string builder for fast construction of strings.
* Various date/time parsing/formatting functions, supporting years before 0 and after 65535, and timezones
* Mathematical functions (gcd, primes, Bernoulli statistics, prime/euler-phi sieve...)
* Stable sorting function for arbitrary sized data arrays
* Automatical translation of with tr['marked strings'] and components
* A Pascal template language which is "compiled" to Pascal (similar to the C preprocessor)
See my webpage for the detailed [bbutils documentation](https://www.benibela.de/documentation/bbutils/bbutils.html)