Share via


Search Text Using Regular Expressions Sample

File: ...\Samples\Solution\FFC\Regexp.scx

This sample illustrates how you can use regular expression searching in your applications and uses the Regular Expressions Foundation Class, which provides access to routines for using regular expressions. Regular expressions provide a more complex set of search/filter criteria against a selection of text than the wildcard pattern searching available in the Find dialog box.

This sample contains the following classes

Class

Library

Description

_regexp

_ regexp.vcx

Provides methods for performing regular expression search capabilities against a chunk of text.

See Also

Concepts

Guidelines for Using Visual FoxPro Foundation Classes

Reference

Visual FoxPro Foundation Classes A-Z

Other Resources

Foundation Class Samples