Strings Manipulation static lib

User contributed sources that have become inactive, deprecated, or generally unusable. But ... we don't really want to throw them away either.
Post Reply
marpon
Posts: 342
Joined: Dec 28, 2012 13:31
Location: Paris - France

Strings Manipulation static lib

Post by marpon »

This lib is a freeware tool for Freebasic :
It gives plenty of functions to use on strings manipulation.
The main purposes are speed, efficiency and easy usage ,

The core elements have been done in C gcc, to speed as much as possible the functions.
with intense usage of pointers .
The functions are intended to work only with 1 byte /character ( so not for unicode )
It works under Windows freebasic version from XP SP2/3 as I've tested myself
and probably also for Dos and Linux because I only used standard C functions (but not tested ...)

it includes
basic functions like : replace; remove; retain...
or substrings functions: split; substrings extraction ; substrings count ; join...
or characters extraction: shrink; single...
or word txt functions: word; order; filter, unique, list...

https://dl.dropboxusercontent.com/u/104 ... ngs_cb.rar
marpon
Posts: 342
Joined: Dec 28, 2012 13:31
Location: Paris - France

Re: Strings Manipulation static lib

Post by marpon »

New version : 1.0.1
Some bugs cleaned in Text functions (freeing memory )

https://dl.dropboxusercontent.com/u/104 ... _1.0.1.rar

if somebody have tested it in Linux or Dos , I will appreciate your comments.

From the windows side also... especially for speed
Post Reply