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

Commonmark migration
Source Link

#Google Sheets, 33 Bytes

Google Sheets, 33 Bytes

Anonymous worksheet function that takes input from cell A1 and outputs to the calling cell

=RegExReplace(A1,"(.)(.)\b","2ドル1ドル

-2 Bytes Thanks to @KevinCruijssen for the use of (.) over (\w)

#Google Sheets, 33 Bytes

Anonymous worksheet function that takes input from cell A1 and outputs to the calling cell

=RegExReplace(A1,"(.)(.)\b","2ドル1ドル

-2 Bytes Thanks to @KevinCruijssen for the use of (.) over (\w)

Google Sheets, 33 Bytes

Anonymous worksheet function that takes input from cell A1 and outputs to the calling cell

=RegExReplace(A1,"(.)(.)\b","2ドル1ドル

-2 Bytes Thanks to @KevinCruijssen for the use of (.) over (\w)

deleted 2 characters in body; added 139 characters in body
Source Link
Taylor Raine
  • 9k
  • 2
  • 29
  • 53

#Google Sheets, 3533 Bytes

Anonymous worksheet function that takes input from cell A1 and outputs to the calling cell

=RegExReplace(A1,"(\w.)(\w.)\b","2ドル1ドル

-2 Bytes Thanks to @KevinCruijssen for the use of (.) over (\w)

#Google Sheets, 35 Bytes

Anonymous worksheet function that takes input from cell A1 and outputs to the calling cell

=RegExReplace(A1,"(\w)(\w)\b","2ドル1ドル

#Google Sheets, 33 Bytes

Anonymous worksheet function that takes input from cell A1 and outputs to the calling cell

=RegExReplace(A1,"(.)(.)\b","2ドル1ドル

-2 Bytes Thanks to @KevinCruijssen for the use of (.) over (\w)

Source Link
Taylor Raine
  • 9k
  • 2
  • 29
  • 53

#Google Sheets, 35 Bytes

Anonymous worksheet function that takes input from cell A1 and outputs to the calling cell

=RegExReplace(A1,"(\w)(\w)\b","2ドル1ドル

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