aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/re.erl
AgeCommit message (Expand)Author
2019-05-24Only validate subject once when global is used in re:run()Rickard Green
2017-05-04Update copyright yearRaimo Niskanen
2017-03-31Add re:version/0Manuel Rubio
2016-03-15update copyright-yearHenrik Nord
2015-09-09stdlib: Fix bug with unicode detection in reShane Howley
2015-06-18Change license text to APLv2Bruce Yinhe
2014-02-12[stdlib] Remove a confusing comment in the re moduleHans Bolinder
2013-08-09Add match_limit and match_limit_recursion optionsPatrik Nyblom
2013-08-09Add return_errors option to re:run/3Patrik Nyblom
2013-08-09Add documentation of extensions to re modulePatrik Nyblom
2013-08-09Add new options to Erlang re interface and mend dupnamesPatrik Nyblom
2013-08-06Handle CRLF correctly in global regexpPatrik Nyblom
2012-10-01Merge branch 'vs/re_back_reference'Henrik Nord
2012-07-10extend re back reference syntax with \g escape sequenceVance Shipley
2012-01-27Move types and specs from erl_bif_types.erl to modulesHans Bolinder
2011-11-02Fix re:split spec not to accept option 'global'Shunichi Shinohara
2011-08-16emulator: Add a fourth element in exception stacktracesBjörn Gustavsson
2011-05-18Fixup of re doc and specsPatrik Nyblom
2011-05-12Types and specifications have been modified and addedHans Bolinder
2011-03-07CleanupKostis Sagonas
2010-12-17Remove dead code (and dialyzer errors) from filename and rePatrik Nyblom
2010-01-27Merge branch 'rb/stdlib_re_unicode_fixes' into ccase/r13b04_devErlang/OTP
2010-01-27Fix lost unicode option in re:compile()Patrik Nyblom
2010-01-27Refactor out repeated block in re moduleRory Byrne
2010-01-27Fix re:replace/4 to handle unicode charlist Replacement argumentRory Byrne
2010-01-27Fix re:replace/4 to handle binary unicode output when nothing replacedRory Byrne
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP