Database
[{"_id":{"$oid":"630f3c32c1a580642a9ff4a0"},"title":"This is a title","slug":"this-is-a-title","Post":"this is a post","iframe":"<iframe width=560 height=315 src=https:/www.youtube.com/embed/RzVvThhjAKw title=YouTube video player frameborder=0 allow=accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture allowfullscreen></iframe>"}]
Query
db.collection.update({},[{$set:{iframe:{$first:{$filter:{input:{$split:["$iframe"," "]},cond:{$regexMatch:{input:"$$this",regex:"src="}}}}}}},{$set:{iframe:{$last:{$split:["$iframe","="]}}}}])