# File lib/Getopt/Declare.rb, line 329
     def ows(g)
       return '(?:\s|\0)*(' + g + ')' unless @nows
       '('+ g +')'
     end