DASHED
The dashed configuration form (used for toString; lower-case with only alphanumeric characters and dashes).
- "
foo-bar
" = "foo-bar
" - "
fooBar
" = "foobar
" - "
foo_bar
" = "foobar
" - "
[Foo.bar]
" = "Foo.bar
"
The dashed configuration form (used for toString; lower-case with only alphanumeric characters and dashes).
foo-bar
" = "foo-bar
"fooBar
" = "foobar
"foo_bar
" = "foobar
"[Foo.bar]
" = "Foo.bar
"