CHMlib Logo Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab.
You are reading help file online using chmlib.com
PSCPerformLikeCompare

PSCPerformLikeCompare function

Performs compare of two string values in LIKE clause.

function PSCPerformLikeCompare(Const Value, Mask: String): Boolean;

Unit
psc_procs

Description
Call PSCPerformLikeCompare function when you want to check matching of string value to specified mask.
Format of the mask is compatible with SQL-92 standard and support following wildcard characters:
% - Any string of zero or more characters;
_ (underscore) - Any single character;
[] - any single character within the specified range ([a-f]) or set ([abcdgu]);
[^] - any single character not within the specified range ([^a-f]) or set ([^abcdgu]).
^ (escape_character) - Is any valid  Server expression of any of the data types of the character string data type category. escape_character has no default and must consist of only one character. You can specify custom symbol for escape_character in cPSCDefEscapeChar global variable.
Value parameter must contain a string constant that must be checked. Mask parameter is an SQL mask that must be laid on the value. In the case of matching string value to the mask, function returns True, in other case False.

See also:
PSCPerformLikeCompareEx


Generated by Putersoft.FreeHelp. Copyright © 1999-2002. puterSoft.Com
You are reading help file online using chmlib.com


If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com