summaryrefslogtreecommitdiff
path: root/src/library/scala/util/matching/Regex.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-9666: Use inline group names in Regex (#4990)som-snytt2016-05-111-7/+22
* Fix many typosMichaƂ Pociecha2015-04-211-1/+1
* SI-8787 Addressing feedback, additional periods.Som Snytt2014-08-121-31/+65
* SI-8787 Update doc for RegexSom Snytt2014-08-101-134/+175
* SI-8787 If you love nulls, so does RegexSom Snytt2014-08-081-10/+11
* SI-7562 Regex.findAllIn does not report all matchesRex Kerr2014-06-261-2/+8
* SI-8215: Correcting typo and splitting a long sentence in MatchIterator docAndrew Phillips2014-02-051-3/+4
* SI-8215 Documenting the possibility of IllegalStateExceptions when using Matc...Andrew Phillips2014-02-011-2/+27
* SI-8215 Removing ASCII art class diagram in Scaladoc for RegexAndrew Phillips2014-02-011-9/+1
* SI-8107: Add Regex.quoteChristoffer Sawicki2013-12-291-0/+8
* SI-8022 Backwards compatibility for Regex#unapplySeqJason Zaugg2013-12-011-6/+6
* SI-7737 Regex matches CharSom Snytt2013-08-101-0/+38
* SI-6406 Restore deprecated APISom Snytt2013-05-121-0/+14
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-3/+3
* Banish needless semicolons.Jason Zaugg2013-02-241-1/+1
* SI-6811 Misc. removals in util, testing, io, ...Simon Ochsenreither2013-01-171-10/+0
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Remove unused private members.Paul Phillips2012-11-011-2/+2
* | Regex.unapplySeq should not take Any (Fixes SI-6406)Som Snytt2012-09-201-34/+64
|/
* Unanchored regex extractors.Paul Phillips2012-05-021-7/+32
* Fix unmatched parenthesisKato Kazuyoshi2012-04-241-1/+1
* Document regex replacement strings behavior.Daniel C. Sobral2012-03-231-2/+33
* Regex improvementsDaniel C. Sobral2012-03-231-2/+21
* Fix typo on Regex documentation.Daniel C. Sobral2011-12-011-1/+1
* Next collections commit from Todd Vierling.Paul Phillips2011-11-071-5/+6
* Deprecation and convention adherence patrol.Paul Phillips2011-09-191-1/+1
* Hugely improves Regex documentation.Heather Miller2011-08-091-19/+90
* Some post-facto patch cleanups, no review.Paul Phillips2011-07-161-5/+2
* Documentation and examples for Regex.Paul Phillips2011-07-161-7/+154
* Further ScalaDoc fixes.Kato Kazuyoshi2011-06-181-2/+4
* Formatting fixes for scala.util.Kato Kazuyoshi2011-06-181-31/+27
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-1/+1
* Minor collections cleanups, no review.Paul Phillips2011-01-201-16/+6
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-2/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* `replaceSomeIn` method added.Aleksandar Pokopec2010-02-091-14/+8
* Access modifiers added for certain members and ...Aleksandar Pokopec2010-01-261-7/+14
* Fixes #2766. Review by phaller.Aleksandar Pokopec2010-01-251-0/+5
* Replacement in matching can now be done by prov...Aleksandar Pokopec2010-01-251-1/+51
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* changed standard library so that it does not re...Martin Odersky2009-10-281-0/+2
* Made scala.util.matching.Regex serializable.Philipp Haller2009-10-261-1/+3
* Implemented #2191.Philipp Haller2009-08-041-0/+10
* massive new collections checkin.Martin Odersky2009-05-081-1/+1
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* note about switching flags like CASE_INSENSITIV...stepancheg2008-09-111-0/+6