Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utilcase

small collections of utils functions: camelcase, capitalcase, lowercase, snakecase, uppercase

Usage

use utilcase::prelude::*;

fn main() {
  print!("{}", charcase::is_lowercase('e'));
  print!("{}", strcase::is_lowercase("hello"));
}

About

small collections of utils functions: camelcase, capitalcase, lowercase, snakecase, uppercase

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages