amalthea v1.7.1 (2024-06-17T18:53:52Z)
Dub
Repo
stripLeft
amalthea
dataprocessing
Cuts off consecutive unnecessary characters from the left side.
string
stripLeft
(string line, char symbol)
nothrow
string
stripLeft
(
string
line
,
in
char
symbol
= ' '
)
string
stripLeft
(string line, char[] symbols)
Return Value
Type:
string
truncated string.
Meta
Source
See Implementation
amalthea
dataprocessing
aliases
extractValueForFlag
getValueForFlag
toOctalString
functions
assocArrayItems
calcComplement
calcIntersection
calcUnion
convJSONValueToDouble
copyArray
countElements
divideByElemNumber
extractOptionRange
extractOptionValue
getBinaryForm
getIndex
getOctalForm
getOptionRange
getOptionValue
isAmong
makeFilledArray
mixAssociativeArrays
orderAssociativeArray
orderAssociativeArrayByKeys
orderAssociativeArrayByValues
removeDuplicate
removeDuplicateConsecutiveSubstring
removeElementsByContent
sortAssocArrayItemsByKeys
sortAssocArrayItemsByValues
stripLeft
stripRight
urlEncode
Cuts off consecutive unnecessary characters from the left side.