class TZInfo::Timezone

def =~(regexp)

Returns:
  • (Integer) - the position the match starts, or `nil` if there is no

Parameters:
  • regexp (Regexp) -- a `Regexp` to match against the {identifier} of
def =~(regexp)
  regexp =~ identifier
end