Unit U_Mash_Code

Uses
Classes, Interfaces, Objects and Records
Types
Constants
Variables

Description

***************************************************************************

Librairies pour Delphi

Copyright 1990-2024 Patrick Prémartin under AGPL 3.0 license.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

***************************************************************************

This repository contains functions, procedures and classes to use in Delphi projects (console, VCL, FireMonkey and others). It's my "everything reuseable things" toolbox.

The units to be used in your projects can be found in the "src" folder. Some features are explained on my blog or have been coded live on Twitch.

Examples of use in the form of VCL or FireMonkey projects are available in the "samples" subfolder.

***************************************************************************

Author(s) : Patrick PREMARTIN

Site : https://developpeur-pascal.fr/librairies-publiques.html

Project site : https://github.com/DeveloppeurPascal/librairies

*************************************************************************** File last update : 03/08/2024 22:02:58 Signature : 7f3bc65ae020a8f8abe58fdee7d01a8d46b7d69c ***************************************************************************

Overview

Functions and Procedures

Function Set_Maj_Chaine(Chaine : String) : String;
Function Kill_Space(Chaine : String) : String;
Function Mash_Code(Chaine : String) : String;

Description

Functions and Procedures

Function Set_Maj_Chaine(Chaine : String) : String;

Auteur: Prémartin Patrick. Date: 17/02/1991.

But: Cette unit‚ contient une fonction qui renvoie le Mash-Code d'une chaine pass‚e en paramŠtre. Le Mash-Code est une sorte de concatenation de la chaine permettant de la comparer ais‚ment … d'autres chaines ayant une orthographe approximativement identique.

Function Kill_Space(Chaine : String) : String;

Renvoie la chaine en majuscules.

Function Mash_Code(Chaine : String) : String;

Renvoie la chaine sans les espaces qu'elle contenait.

My libraries for Delphi (c) 1990-2025 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 0.16.0.