how to write regex for a specific string js code example Example: regex for strings with specific letters javascript let re = /ab+c/;