cancel
Showing results for 
Search instead for 
Did you mean: 

String matching in CAI

09-02-2020 8:37 PM
655 views 1 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

CAI Builder offers the comparative operators "matches" and "matches-not". I'm wondering how exactly these operators work, how they differ from "is" / "is-not", and whether one might use Regex matching to get some more sophisticated results? Thanks in advance.

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

AntonR
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Matheus,

please check the documentation on help.sap.corp using the following link and scroll down to the “Operator” section.

https://help.sap.com/viewer/a4522a393d2b4643812b7caadfe90c18/LATEST/en-US/c2a7ff31a0bf422f8fd45839f4...

In a nutshell:

- "is" / "is-not" => Test the in-/equality between two values.

- "matches" and "matches-not" => Match (not) a value with a regular expression.

Best,

Anton

Answers (0)