If you want to keep regular expressions enabled by default, do it like this
controller = editor.getContribution('editor.contrib.findController'); controller._state.change({ isRegex: true});