Sanitizing strings for file names readability.
This commit is contained in:
parent
31efcd11b2
commit
b5a5c43125
@ -194,6 +194,11 @@ String >> startsWithYAMLMetadataDelimiter [
|
||||
|
||||
]
|
||||
|
||||
{ #category : #'*MiniDocs' }
|
||||
String >> withoutPunctuationMarks [
|
||||
^ self copyWithoutAll: #($? $¿ $: $! $¡ $, $( $))
|
||||
]
|
||||
|
||||
{ #category : #'*MiniDocs' }
|
||||
String >> withoutXMLTagDelimiters [
|
||||
^ self copyWithoutAll: #($< $>)
|
||||
|
Loading…
Reference in New Issue
Block a user