You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and it would seem reasonable to allow use of Shape.STRING for this.
A related question is that of how to indicate pattern to use; simplest starting point is probably to allow use of pattern to refer to separator to use; and consider "" to either detault to something like [\s*,\s*], or lead to exception for missing pattern.
The text was updated successfully, but these errors were encountered:
There is some usage (esp. via Java properties files) where "simple" arrays are expressed as comma-separated lists, like so:
and it would seem reasonable to allow use of
Shape.STRING
for this.A related question is that of how to indicate pattern to use; simplest starting point is probably to allow use of
pattern
to refer to separator to use; and consider "" to either detault to something like[\s*,\s*]
, or lead to exception for missing pattern.The text was updated successfully, but these errors were encountered: