User Guide : Using Content Extraction Language : Language Syntax and Examples : /
 
Share this page                  
/
The forward slash ( / ) has two different meanings.
1. It can be used as the division operator.
Example
a / b returns the result of a divided by b.
2. It is used to enclose a regular expression.
Example
/ab/ will match the string ab.