* ignoring case. <p>
* Has <b>OK</b> status if no runtime exceptions occured.
*/
public void _setOptions() {
SearchOptions opt = new SearchOptions() ;
opt.algorithmType = SearchAlgorithms.REGEXP ;
opt.searchFlag = SearchFlags.ALL_IGNORE_CASE ;
opt.searchString = searchStr ;
oObj.setOptions(opt) ;