Skip to content

Instantly share code, notes, and snippets.

@siman-man
Created April 17, 2025 21:50
Show Gist options
  • Save siman-man/1dedfbb0c776a20df887ef13a1313f26 to your computer and use it in GitHub Desktop.
Save siman-man/1dedfbb0c776a20df887ef13a1313f26 to your computer and use it in GitHub Desktop.
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