I need logical AND in regex.
something like
real AND substance (or simply subs)
agree with only following string (in any order)
Real Substance
but not
Real Substance External
Real substance group
I need to use the REGEX in SAP ABAP. Please help.