cclUtils

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SnakeToTitle added in v0.0.3

func SnakeToTitle(s string) string

SnakeToTitle converts a snake_case string to TitleCase.

func ToCamelCase added in v0.0.3

func ToCamelCase(s string) string

ToCamelCase converts a string to camelCase.

func ToPascalCase added in v0.0.3

func ToPascalCase(str string) string

ToPascalCase converts a string to PascalCase.

func ToSnakeCase added in v0.0.3

func ToSnakeCase(camel string) (snake string)

ToSnakeCase converts a CamelCase string to snake_case.

Types

type SourceCodePosition

type SourceCodePosition struct {
	FilePath   string
	Line       int
	Column     int
	SourceLine string
}

SourceCodePointer is a struct that represents a certain position in the source code.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL