Created
April 17, 2025 21:50
-
-
Save siman-man/1dedfbb0c776a20df887ef13a1313f26 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
text = DATA.read # __END__以下の文字列をすべて読み込む | |
puts text.gsub(/\p{Space}|\u200B/, "") | |
__END__ | |
hello |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment