PBRegExp is the library that allows you to use Regular Expressions in your PowerBuilder applications.
This library is comletelly written in pure PowerScript.
PBRegExp works with PowerBuilder 5,6,7,8 and 9
Regular expressions provide a powerful, flexible, and efficient method for processing text.
The extensive pattern-matching notation of regular expressions allows you to quickly parse
text to find or replace specific character patterns.
Regular expressions are an indispensable tool for user input validation, HTML processing, log file parsing etc.