I have input string
DISPLAY_MSG='Kumar + sajdhjhasd - Type'
and ID=156090
and RESOURCE_KEY='Ascend.ElementMaster.kumar_type.desc'
and LOCALE='en_US'
I want to match only DISPLAY_MSG='Kumar + sajdhjhasd - Type'
but using this expression
DISPLAY_MSG='[\\w\\W\\s\\S]*
matching whole string. How can I select only string between only those two single codes after
DISPLAY_MSG=