summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/re.erl
Commit message (Expand)AuthorAgeFilesLines
* re: Add extended error information for all BIFsBjörn Gustavsson2021-01-151-10/+35
* Update copyright yearRickard Green2020-03-131-1/+1
* Only validate subject once when global is used in re:run()Rickard Green2019-05-241-8/+44
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* Add re:version/0Manuel Rubio2017-03-311-1/+6
* update copyright-yearHenrik Nord2016-03-151-1/+1
* stdlib: Fix bug with unicode detection in reShane Howley2015-09-091-53/+48
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* [stdlib] Remove a confusing comment in the re moduleHans Bolinder2014-02-121-2/+1
* Add match_limit and match_limit_recursion optionsPatrik Nyblom2013-08-091-0/+10
* Add return_errors option to re:run/3Patrik Nyblom2013-08-091-8/+24
* Add documentation of extensions to re modulePatrik Nyblom2013-08-091-3/+3
* Add new options to Erlang re interface and mend dupnamesPatrik Nyblom2013-08-091-23/+49
* Handle CRLF correctly in global regexpPatrik Nyblom2013-08-061-20/+44
* Merge branch 'vs/re_back_reference'Henrik Nord2012-10-011-0/+6
|\
| * extend re back reference syntax with \g escape sequenceVance Shipley2012-07-101-0/+6
* | Move types and specs from erl_bif_types.erl to modulesHans Bolinder2012-01-271-6/+60
|/
* Fix re:split spec not to accept option 'global'Shunichi Shinohara2011-11-021-1/+1
* emulator: Add a fourth element in exception stacktracesBjörn Gustavsson2011-08-161-8/+8
* Fixup of re doc and specsPatrik Nyblom2011-05-181-2/+2
* Types and specifications have been modified and addedHans Bolinder2011-05-121-0/+47
* CleanupKostis Sagonas2011-03-071-11/+10
* Remove dead code (and dialyzer errors) from filename and rePatrik Nyblom2010-12-171-23/+19
* Merge branch 'rb/stdlib_re_unicode_fixes' into ccase/r13b04_devErlang/OTP2010-01-271-46/+25
|\
| * Fix lost unicode option in re:compile()Patrik Nyblom2010-01-271-1/+1
| * Refactor out repeated block in re moduleRory Byrne2010-01-271-48/+11
| * Fix re:replace/4 to handle unicode charlist Replacement argumentRory Byrne2010-01-271-3/+14
| * Fix re:replace/4 to handle binary unicode output when nothing replacedRory Byrne2010-01-271-1/+6
|/
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+751