module Bindgen::TypeDatabase::ArrayRegexConverter

Overview

YAML converter for building a regex from an array of strings. The regex is the union of the individual string patterns.

Defined in:

bindgen/type_database.cr

Class Method Summary

Class Method Detail

def self.from_yaml(ctx : YAML::ParseContext, node : YAML::Nodes::Node) : Regex #

[View source]