PBRegExp is the PowerBuilder implementation of regular expression.
This library is completely written in pure PowerScript.
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.
What’s new»
Versions history
Reference»
Regular expression syntax, Objects reference, Examples etc.