I want to create a RegEx to search in JavaScript, the string I type is "AO it", so I want some sentences like "hit AO ah", "it AO",. Will be showed, I don't know how to do, and I wish when I type some special like ' (', '@#',... so it not show result. I try RegEx as '.*it.AO.' but not match.