Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Regular Expressions in PeopleTools

Regular expressions come in handy for all sorts of tasks. This PeopleCode object demonstrates three different methods of using regular expressions in PeopleTools:

  1. Using Java
  2. Using the Built-in Function DBPatternMatch
  3. Using the Built-in Function SQLExec