Data Access Management > Regular expression syntax reference > Intersections
  

Intersections

You use an ampersand to construct an intersection, which produces a token comprised only of values that appear on both sides of the operation.
For example, the expression [A-Za-h]&[a-z] is equivalent to the expression [a-h].