Moving out to MiniDocs.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-09-21 12:39:34 -05:00
parent ac3e92bfc9
commit a74b94e204
1 changed files with 0 additions and 7 deletions

View File

@ -20,13 +20,6 @@ String >> asCapitalizedPhrase [
^ Character space join: (self substrings collect: [:each | each asLowercase capitalized ])
]
{ #category : #'*Grafoscopio-Utils' }
String >> asDashedLowercase [
"I convert phrases like 'This is a phrase' into 'this-is-a-phrase'."
^ '-' join: (self substrings collect: [:each | each asLowercase ])
]
{ #category : #'*Grafoscopio-Utils' }
String >> correctAccentedCharacters [