I have the following Response Body JSON:
{
\"address\": [
{
\"id\": \"1234\"
}
],
\"id\": \"d1a4f010-48d9-434b-9b3a-2d2b12f5e38c\
The given response values
{
"address": [
{
"id": "1234"
}
],
"id": "d1a4f010-48d9-434b-9b3a-2d2b12f5e38c"
}
Regular Expression to extract the second id values
Regular Expression formats
],\s\s\s\s\s"id": "(.+)"
Note
The above regex extract the following id values
d1a4f010-48d9-434b-9b3a-2d2b12f5e38c