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
I'm synthesising resource URI's by using toCleanSegment() on a field value. This gives me hyphenated local-names for resources (e.g. condition:condition-good). I'm finding that it would be easier for the code consuming the dclib output if the local-names were camel cased (so condition:conditionGood).
Is there a way to generate clean segments, but using camel-casing instead of kebabs?
The text was updated successfully, but these errors were encountered:
There's nothing built in I'm afraid. There's clearly standard java libraries for that sort of thing but it's not built into the java String type and there's not currently a separate dclib library function for it.
I'm synthesising resource URI's by using
toCleanSegment()
on a field value. This gives me hyphenated local-names for resources (e.g.condition:condition-good
). I'm finding that it would be easier for the code consuming the dclib output if the local-names were camel cased (socondition:conditionGood
).Is there a way to generate clean segments, but using camel-casing instead of kebabs?
The text was updated successfully, but these errors were encountered: