Unit mwIPos

+--------------------------------------------------------------------------+ | Unit: mwIPos | Created: 8.97 | Author: Martin Waldenburg | Copyright 1997, all rights reserved. | Description: Two simple and effective case insensitive "Pos" functions. | The typecast in the parameters is a bit uncomfortable, but | otherwise it would be significant slower. | Version: 1.6 | Status: FreeWare | Disclaimer: | This is provided as is, expressly without a warranty of any kind. | You use it at your own risc. +--------------------------------------------------------------------------+

Classes

Functions

IPos - MakeCharTable
IPosE - IPos
MakeCharTable -

Types

Constants

Variables

CharTable


Functions


function IPos(Pat, Text: PChar):Integer;

MakeCharTable

function IPosE(Pat, Text: PChar; CharPos: LongInt):Integer;

IPos

procedure MakeCharTable;


Types


Constants


Variables

CharTable : array[#0..#255] of byte