h3aven-labs/Pascal Camel Case
Make a string PascalCase or camelCase
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| string | The input string | yes | — |
| separator | Separator string | yes | — |
| start | Start index | no | — |
| end | End index | no | — |
Outputs
| name | description |
|---|---|
| camelcase | The input string converted to camelCase string |
| pascalcase | The input string converted to PascalCase string |