-
Notifications
You must be signed in to change notification settings - Fork 3
stream processing module for Erlang
capflam/erlstream
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This module contains functions for binary string (called stream) processing in erlang. example: %% Return <<"lo Wo">> stream:sub_stream(<<"Hello World">>, 4, 8). %% Return <<"Hello">> stream:strip(<<"...Hello.....">>, both, $.). %% Return [<<"abc">>, <<"def">>, <<"ghi">>, <<"jkl">>] stream:tokens(<<"abc defxxghix jkl">>, <<"x ">>).
About
stream processing module for Erlang
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published