SED regex replace in file

sed -i -e 's/abc/XYZ/g' /tmp/file.txt
38380cookie-checkSED regex replace in file