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

str regexp documentation #5974

Closed
vicuna opened this issue Apr 3, 2013 · 1 comment
Closed

str regexp documentation #5974

vicuna opened this issue Apr 3, 2013 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Apr 3, 2013

Original bug ID: 5974
Reporter: william
Status: closed (set by @damiendoligez on 2013-06-19T11:48:48Z)
Resolution: fixed
Priority: low
Severity: minor
Fixed in version: 4.01.0+dev
Category: documentation
Monitored by: @gasche

Bug description

I had troubles using the Str library. found answers in bug report 0001281.
especially with the "(" vs "\(" trick.

Would it be possible to add one or two examples in ocaml documentation ? :

Str.replace_first (Str.regexp "hello \([A-Za-z]+\)") "\1" "hello world";;

  • : string = "world"

Best regards

@vicuna
Copy link
Author

vicuna commented Jun 19, 2013

Comment author: @damiendoligez

fixed in 4.01 branch (rev 13808)

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

No branches or pull requests

1 participant