Think about changing `regex` property in a module to `[String]`, it might affect performance, so I'm not sure how good of an idea it is. It should probably not break current syntax, so both `""` and `[".."]` should be supported.
Think about changing
regexproperty in a module to[String], it might affect performance, so I'm not sure how good of an idea it is.It should probably not break current syntax, so both
""and[".."]should be supported.