Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add string-explode #202

Merged
merged 1 commit into from
Jan 26, 2020
Merged

add string-explode #202

merged 1 commit into from
Jan 26, 2020

Conversation

puripuri2100
Copy link
Contributor

@puripuri2100 puripuri2100 commented Nov 4, 2019

This PR adds string-explode: string -> int list.

string-explode converts string to Unicode code point sequence.

ex.

  string-explode `SATySFiは組版ソフトです`
    => [83; 65; 84; 121; 83; 70; 105; 12399; 32068; 29256; 12477; 12501; 12488; 12391; 12377]
  string-explode `SATySFiは組版ソフトです` |> string-unexplode
    => SATySFiは組版ソフトです

@gfngfn
Copy link
Owner

gfngfn commented Jan 26, 2020

I am sorry for the late response. Thank you for improvement!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants