astring icon indicating copy to clipboard operation
astring copied to clipboard

Alternative String module for OCaml

Results 3 astring issues
Sort by recently updated
recently updated
newest added

With 4.07.0 we now have the Seq module. It would be useful to have conversion functions to/from string and substring values in astring. The `seq` compatibility package could help maintain...

This has been c&p too much times. ```ocaml (** {1:suggesting Suggesting} *) val edit_distance : string -> string -> int (** [edit_distance s0 s1] is the number of single byte...

enhancement

Hi Daniel, This pull request adds more examples to AString. This is part of a pilot programme funded by the OCaml Software Foundation. Many OCaml libraries have no examples, or...