So that "Foo:Bar" is valid and turned into "Foo_Bar". Built-in resource generator supports the following characters, which all turn to underscores: `|`, `:`, `;`, `>`, `<`. Add more as needed, but at a minimum, those should be added for parity.
So that "Foo:Bar" is valid and turned into "Foo_Bar".
Built-in resource generator supports the following characters, which all turn to underscores:
|,:,;,>,<.Add more as needed, but at a minimum, those should be added for parity.