pattern matching

mchinnansm

New Member
hi every body,
i want to know that is there any function for pattern matching in progress or should we use coding for that.
 
hai mchinnansm,

try:

- the MATCHES operator
- the BEGINS operator
- the LOOKUP function
- the INDEX function
 
What do you mean by pattern matching?

You have the following functions which can do this in a string:

matches
contains (word index only)
begins
index
R-index
lookup (entry within a delimited list).

HTH,

Casper.
 
Back
Top