Releases: AlexSkrypnyk/Str2Name
Releases · AlexSkrypnyk/Str2Name
1.2.0
What's new since 1.1.0
- [#14] Added converters for generic formatters. @AlexSkrypnyk (#15)
Full Changelog: 1.1.0...1.2.0
1.1.0
What's new since 1.0.0
- Moved PHPCS exclusions into class. @AlexSkrypnyk (#13)
- Added support for
phpPackage
,phpPackageNamespace
andphpPackageName
. @AlexSkrypnyk (#12)
Full Changelog: 1.0.0...1.1.0
First stable release! 🎉
Generic conversions
Method | Conversion |
---|---|
snake |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève i_am_a__string_with_sp@ce¥s_14_and_😀_unicode_élève |
camel |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève iAmAStringWithSp@ce¥s14And😀UnicodeÉlève |
pascal |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève IAmAStringWithSp@ce¥s14And😀UnicodeÉlève |
kebab |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève i-am-a--string-with-sp@ce¥s-14-and-😀-unicode-élève |
train |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève I-Am-A--String-With-Sp@ce¥s-14-And-😀-Unicode-Élève |
flat |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève iamastringwithsp@ce¥s14and😀unicodeélève |
cobol |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève I-AM-A--STRING-WITH-SP@CE¥S-14-AND-😀-UNICODE-ÉLÈVE |
Named conversions
Method | Conversion |
---|---|
constant |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève I_AM_A__STRING_WITH_SPCES_14_AND__UNICODE_ELEVE |
constantRaw |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève I_AM_A__STRING_WITH_SP@CE¥S_14_AND_😀_UNICODE_ÉLÈVE |
cssClass |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève i-am-a__string-with-spces-14-and--unicode-eleve |
cssClassRaw |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève I-am-a__string-With-spce¥s-14-and--unicode-élève |
cssId |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève i-am-a-string-with-spces-14-and-unicode-eleve |
cssIdRaw |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève i-am-a-string-with-spces-14-and-unicode-lve |
domain |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève i_am_a__stringwith_sp@ce¥s_14_and_😀_unicode_élève |
httpHeader |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève I-Am-A--String-With-Spces-14-And--Unicode-Eleve |
id |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève iamastringwithspces14andunicodeeleve |
idRaw |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève iamastringwithsp@ce¥s14and😀unicodeélève |
idUpper |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève IAMASTRINGWITHSPCES14ANDUNICODEELEVE |
idUpperRaw |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève IAMASTRINGWITHSP@CE¥S14AND😀UNICODEÉLÈVE |
label |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève I am a string With sp@ce¥s 14 and 😀 unicode élève |
machine |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève i_am_a__string_with_spces_14_and__unicode_eleve |
machineRaw |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève i_am_a__string_with_sp@ce¥s_14_and_😀_unicode_élève |
phpClass |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève IamAStringWithSpces14AndUnicodeEleve |
phpClassRaw |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève IAmAStringWithSp@ce¥s14And😀UnicodeÉlève |
phpFunction |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève i_am_a__string_with_spces_14_and__unicode_eleve |
phpFunctionRaw |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève i_am_a__string_with_sp@ce¥s_14_and_😀_unicode_élève |
phpMethod |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève iAmAStringWithSpces14AndUnicodeEleve |
phpMethodRaw |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève iAmAStringWithSp@ce¥s14And😀UnicodeÉlève |
phpNamespace |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève IAmAStringWithSpces14AndUnicodeEleve |
phpNamespaceRaw |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève IAmAStringWithSp@ce¥s14And😀UnicodeÉlève |
sentence |
I am a__string-With sp@ce¥s 14 and 😀 unicode élève I am a string-with sp@ce¥s 14 and 😀 unicode élève |