Languages Delphi & Kylix Delphi String Manipulation  

Template-based checking of user input string fields

download download  
important code information
author:
Andrey Sorokin
minimum requirements:
Template-based checking of user input string fields description

This is a powerfull tool for template-based checking of user input string fields (DBMS, web-based applications, etc), text search/substitution, egrep like utils and so on. You can easily check e-mail adress syntax, extract phone number or ZIP-code from unformatted text or any necessary information from web-pages and all you can imagine! Rules (templates) can be changed without program recompilation ! This freeware library is a extended Delphi port of Henry Spencer V8-routins for working with subset of Perl Regular Expressions. Full source code in object pascal included. No DLL needed !


File List:
FileViewer.dfm1Kb
FileViewer.pas1Kb
PCode.dfm1Kb
PCode.pas1Kb
REGEXPE.HLP45Kb
REGEXPR.HLP52Kb
RegExpE.cnt510b
RegExpR.cnt1Kb
RegExpr.frm2Kb
RegExpr.inf1Kb
RegExpr.pas121Kb
Test.htm1Kb
TestRE.dfm16Kb
TestRE.pas13Kb
TestRExp.dpr324b
WWW_URLs325b

Similar code
Formatting RichEdit with HTML tags (Popularity: ) : For my second venture in Delphi I decided to convert another one of my Visual Basic uploads to Delphi. This one allows the user to use HTML style tags in a string to display the string in a RichEdit with ...
Base Converter (Popularity: ) : This program was made to show you how to convert number bases easily and efficiently. The program supports binary, octal, decimal, hex, and ascii(base 256). Please vote on my code.
Random String Generator Example - Extra Options - Patterns (Popularity: ) : A random string generator. It has some useful options and the user can enter the patterns the he chooses. It can be useful for sum things. ;) Oh, btw, the Screenshot had the XPMan component when it was taken, i ...
Encryption Component (Popularity: ) : TO get the script for this not in component form, check out my string encryption upload and please rate*** This is an encryption component, it is very simple to use and does the job. This component i currently use in ...
Expression Evaluater Example (Popularity: ) : This program was made to show how to evaluate an expression. The program supports ^,*,/,+,- and does order of operation. The main unit is about 270 lines.
Char Statistic / Count (Popularity: ) : Just a sample how to calculate character in one text/paragraph. Usefull if you want to do a char count/statistic.
Replace Char Function *UPDATED* (Popularity: ) : You can easily replace characters with this function. I noticed delphi was missing one, so I wrote one myself. This is an updated version, and is less complex than the original. It also works even better.
String Encryption, Decryption (Popularity: ) : This shows how to Encrypt a string, and also how to then Decrypt that string, its a little incomplete as all characters(only symbols) arnt set, easy changable to any key you like!, rate what you think please! marty.
Split function with an attitude (Popularity: ) : Split a given string into TStrings with given delimiter character. Will also process Quoted string if need to (e.g.): 'this, is, a, "comma, separated, value", for, you' will be split into a stringlist with the following items: (0) this (1) ...
Simulated Stack (Popularity: ) : This code is just like my previous posting under VB. I just finished porting it to Delphi. It lets you manage a stack, like the computers memory heap. You can push and pop items. It is currently a unit file ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 13
version
size in Kb 113
popularity   615/7913374
user rating 4/10
ad


New Code
Popular Code