Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aa1024 authored Jun 10, 2018
1 parent 149c2b5 commit 1bace53
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,73 +8,44 @@ startcase "an example string" -> "An Example String"
q).str.stc"start-case string"

## sc
Snakecase : underscore separated text , but the case is preserverd


Snakecase ; underscore separated text, but the case is preserverd

q).str.sc "An example of Snake case"




## tc

Traincase : hyphen separated text , but the case is preserverd


q).str.tc"An example of Train case"



## us

Camel case to lower case underscore separated



q).str.us"spaceSeparated text"



## cc

To camel case




q).str.cc"underscore_separated_text"



## ucc
~~~
Uncamelcase - Camel case to space separated text , case is preserved

q).str.ucc"addSpaceInCamelCase"


## fc
Swap/Flip case

q).str.fc"FlipCase"


## sfl
Space fill

q).str.sfl (3;12)


## sfr
Space fill from right

Expand Down

0 comments on commit 1bace53

Please sign in to comment.