Skip to main content
Commonmark migration
Source Link

##Pyke, 16 bytes

Pyke, 16 bytes

.#l1D"the ".^4*> 

&input=["Queen",+"Aerosmith",+"Sunny+Day+Real+Estate",+"The+Strokes"]" rel="nofollow noreferrer">Try it here!

.# - sort_by(V, input) l1 - i = i.lower() "the ".^ - i.startswith("the ") I - if ^: 4> - i[4:] 

##Pyke, 16 bytes

.#l1D"the ".^4*> 

&input=["Queen",+"Aerosmith",+"Sunny+Day+Real+Estate",+"The+Strokes"]" rel="nofollow noreferrer">Try it here!

.# - sort_by(V, input) l1 - i = i.lower() "the ".^ - i.startswith("the ") I - if ^: 4> - i[4:] 

Pyke, 16 bytes

.#l1D"the ".^4*> 

&input=["Queen",+"Aerosmith",+"Sunny+Day+Real+Estate",+"The+Strokes"]" rel="nofollow noreferrer">Try it here!

.# - sort_by(V, input) l1 - i = i.lower() "the ".^ - i.startswith("the ") I - if ^: 4> - i[4:] 
added 64 characters in body
Source Link
Blue
  • 28.8k
  • 8
  • 53
  • 101

##Pyke, 1416 bytes

.#D"The#l1D"the ".^I4>^4*> 

&input=["Queen",+"Aerosmith",+"Sunny+Day+Real+Estate",+"The+Strokes"]" rel="nofollow noreferrer">Try it here!&input=["Queen",+"Aerosmith",+"Sunny+Day+Real+Estate",+"The+Strokes"]" rel="nofollow noreferrer">Try it here!

.#  - sort_by(V, input)   l1 "The  - i = i.lower() "the ".^ - i.startswith("The"the ")   I - if ^:   4> - i[4:] 

##Pyke, 14 bytes

.#D"The ".^I4> 

&input=["Queen",+"Aerosmith",+"Sunny+Day+Real+Estate",+"The+Strokes"]" rel="nofollow noreferrer">Try it here!

.# - sort_by(V, input) "The ".^ - i.startswith("The ") I - if ^: 4> - i[4:] 

##Pyke, 16 bytes

.#l1D"the ".^4*> 

&input=["Queen",+"Aerosmith",+"Sunny+Day+Real+Estate",+"The+Strokes"]" rel="nofollow noreferrer">Try it here!

.#  - sort_by(V, input)   l1   - i = i.lower() "the ".^ - i.startswith("the ")   I - if ^:   4> - i[4:] 
Source Link
Blue
  • 28.8k
  • 8
  • 53
  • 101

##Pyke, 14 bytes

.#D"The ".^I4> 

&input=["Queen",+"Aerosmith",+"Sunny+Day+Real+Estate",+"The+Strokes"]" rel="nofollow noreferrer">Try it here!

.# - sort_by(V, input) "The ".^ - i.startswith("The ") I - if ^: 4> - i[4:]