i want a regex to match a string even if there is one character missing in the original string.
For eg. i want a regex to take "abcd" as a match and @bcd,a@bcd,,ab@d,abc@ is found where @ can be any character but there can be only one such deviation at max.