Moving out to MiniDocs.
This commit is contained in:
parent
ac3e92bfc9
commit
a74b94e204
@ -20,13 +20,6 @@ String >> asCapitalizedPhrase [
|
|||||||
^ Character space join: (self substrings collect: [:each | each asLowercase capitalized ])
|
^ 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' }
|
{ #category : #'*Grafoscopio-Utils' }
|
||||||
String >> correctAccentedCharacters [
|
String >> correctAccentedCharacters [
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user