Brace expansion using ranges: Difference between revisions

(→‎Task: + 'at least')
(→‎{{header|Julia}}: fixed outout)
Line 1,066:
 
simpleAlphaDescending-{Z..X}.txt->
simpleAlphaDescending-Char[]Z.txt
simpleAlphaDescending-Char[]Y.txt
simpleAlphaDescending-Char[]X.txt
 
steppedDownAndPadded-{10..00..5}.txt->
Line 1,081:
 
combined-{Q..P}{2..1}.txt->
combined-Char[]Q2.txt
combined-Char[]Q1.txt
combined-Char[]P2.txt
combined-Char[]P1.txt
 
emoji{🌵..🌶}{🌽..🌾}etc->
Line 1,105:
 
steppedAlphaRising{P..Z..2}.txt->
steppedAlphaRisingChar[]PsteppedAlphaRisingP.txt
steppedAlphaRisingChar[]RsteppedAlphaRisingR.txt
steppedAlphaRisingChar[]TsteppedAlphaRisingT.txt
steppedAlphaRisingChar[]VsteppedAlphaRisingV.txt
steppedAlphaRisingChar[]XsteppedAlphaRisingX.txt
steppedAlphaRisingChar[]ZsteppedAlphaRisingZ.txt
 
stops after endpoint-{02..10..3}.txt->
7,815

edits