Search Tools Links Login

String Processing Library (Parsing, Translation, Validation)


Visual Basic 6, or VB Classic

Library of routines for typical string processing, including parsing, translation, and validation. Routines include:

- StrReplace(Text, SearchFor, ReplaceWith, [Compare]) As String

- StrSplit(Text, SplitOn, [Compare]) As Variant

- FromHex(HexNumber) As Long

- LeftPad(Value, Size, [PadCharacter]) As String

- RightPad(Value, Size, [PadCharacter]) As String

- AreLetters(Text) As Boolean

- AreDigits(Text) As Boolean

- AreLettersOrDigits(Text) As Boolean

- AreInSet(Text, CharacterSet, [CaseSensitive]) As Boolean

- ParseN(Text, StartAt, PatternArray, ValueArray, [PosPastEnd], [StopAt], [Compare]) As Boolean

Clean code with lots of comments in reusable module. Also includes an extensive reference in HTML. Tested with VB6, but should be compatible with all modern versions and VBScript (with minor modifications).

Please vote for this code if you like it.

Original Author: James Vincent Carnicelli

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 92 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD69946222000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 9,318 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.