<div dir="ltr">Hi.<br>I hope this is the correct venue for documentation bugs so please forgive the intrusion if not. <br><br>In R12B-4, the re module doc needs to state clearly up front that regular expressions normally containing a backslash (\) such as in the PCRE examples, need to escape the backslash (\\) when used in Erlang programs.<br>
For example, <br>  re:run("foo", "\\bfoo\\b")<br>
instead of <br>  re:run("foo", "\bfoo\b")<br>
<br>There's a small blurb just before "PERL LIKE REGULAR EXPRESSIONS SYNTAX" section but it's part of the "replace" function doc and not clear enough to indicate that ALL backslashes intended to be part of a regexp need to be escaped in order pass through to the regular expression engine.<br>
<br>thanks,<br>michael mullis.<br>
</div>