alert( 'xxx(:not(.hide))'.replace( /^.*?\((.*)\)/, '$1' ) )
'(:not(.hide))'.replace( /\(([^\(\)]*)\)/, '$1' ); //":not(.hide)"