objects="hello[(]'shubham'[)]"
awk -v myvar="$objects" '($0~myvar),/REPLACE/' <<'EOF'
other-unwanted-content-here
target(shubham)
hello('shubham')
abc
bcd
REPLACE
other-unwanted-content-here
EOF
