Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

added 38 characters in body
Source Link
Kirill L.
  • 14.3k
  • 2
  • 17
  • 54

Ruby -n, (削除) 54 (削除ここまで) 49(削除) 49 (削除ここまで) 47 bytes

p$_p !~/^[fgmryz]a|[ncks][erw]|[bjm][hir]|ep|la|te/

Try it online! - truthy Try it online! - truthy

Try it online! - falsy Try it online! - falsy

Thanks to Dingus for a byte saved and Value Ink for inspiring another -2.

Ruby -n, (削除) 54 (削除ここまで) 49 bytes

p$_!~/^[fgmryz]a|[ncks][erw]|[bjm][hir]|ep|la|te/

Try it online! - truthy

Try it online! - falsy

Thanks to Dingus for a byte saved.

Ruby -n, (削除) 54 (削除ここまで) (削除) 49 (削除ここまで) 47 bytes

p !/^[fgmryz]a|[ncks][erw]|[bjm][hir]|ep|la|te/

Try it online! - truthy

Try it online! - falsy

Thanks to Dingus for a byte saved and Value Ink for inspiring another -2.

added 5 characters in body
Source Link
Kirill L.
  • 14.3k
  • 2
  • 17
  • 54

Ruby -n, (削除) 54 (削除ここまで) 49 bytes

p$_!~/^[fgmryz]a|[ncks][erw]|[bjm][hir]|ep|la|te/

Try it online! - truthy

Try it online! - falsy

Thanks to Dingus for a byte saved.

Ruby, (削除) 54 (削除ここまで) 49 bytes

p$_!~/^[fgmryz]a|[ncks][erw]|[bjm][hir]|ep|la|te/

Try it online! - truthy

Try it online! - falsy

Thanks to Dingus for a byte saved.

Ruby -n, (削除) 54 (削除ここまで) 49 bytes

p$_!~/^[fgmryz]a|[ncks][erw]|[bjm][hir]|ep|la|te/

Try it online! - truthy

Try it online! - falsy

Thanks to Dingus for a byte saved.

added 29 characters in body
Source Link
Kirill L.
  • 14.3k
  • 2
  • 17
  • 54

Ruby, 54(削除) 54 (削除ここまで) 49 bytes

p p$_!~/^[fgmryz]a|[nst][ew]|[bjm][hir]|ep|la|[ck][er]^[fgmryz]a|[ncks][erw]|[bjm][hir]|ep|la|te/?0:1

Try it online! - truthy Try it online! - truthy

Try it online! - falsy Try it online! - falsy

Thanks to Dingus for a byte saved.

Ruby, 54 bytes

p /^[fgmryz]a|[nst][ew]|[bjm][hir]|ep|la|[ck][er]/?0:1

Try it online! - truthy

Try it online! - falsy

Ruby, (削除) 54 (削除ここまで) 49 bytes

p$_!~/^[fgmryz]a|[ncks][erw]|[bjm][hir]|ep|la|te/

Try it online! - truthy

Try it online! - falsy

Thanks to Dingus for a byte saved.

Source Link
Kirill L.
  • 14.3k
  • 2
  • 17
  • 54
Loading

AltStyle によって変換されたページ (->オリジナル) /