assimbly / runtime

Java & REST API's for creating and running integrations
Apache License 2.0
17 stars 3 forks source link

[Replace]Group replaces all #227

Closed Hooghof closed 1 week ago

Hooghof commented 1 month ago

The replace component replaces all in this case:

Instance: next Tenant: Regression Tests Flow: Replace Postman test: Replace group

Input: text1text2text3 Regex: text1(text2)(text3) Expected result (as on development): text1GROUPO1text3 (group 1 should be replaced with the text "GROUPO1") Result on next: GROUPO1

image