summaryrefslogtreecommitdiff
path: root/doc/lispref/searching.texi
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | ; Fix spelling; be consistent with "key binding" (Bug#52674)Stefan Kangas2021-12-211-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2021-11-031-9/+68
|\ \ | |/
| * Add manual section about how to avoid regexp problemsMattias Engdegård2021-11-031-9/+68
* | Make 'inhibit-changing-match-data' obsolete and adjust callersLars Ingebrigtsen2021-10-071-9/+13
|/
* Rx documentation touch-ups (bug#46910)Mattias Engdegård2021-09-261-6/+24
* ; Remove various duplicated wordsMattias Engdegård2021-09-251-1/+1
* * lisp/subr.el (string-replace): Add dashes to arg names (bug#50644)Juri Linkov2021-09-181-3/+3
* Add example of advanced user-defined Rx form to manualMattias Engdegård2021-08-231-0/+18
* Fix recent documentation additionsEli Zaretskii2021-08-161-10/+20
* Add new functions to replace strings/regexp in a regionLars Ingebrigtsen2021-08-161-6/+20
* Merge from origin/emacs-27Glenn Morris2021-05-311-1/+8
|\
| * Improve documentation of regexp rangesEli Zaretskii2021-05-301-1/+8
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| * Regexps cannot infloop; fix manualMattias Engdegård2020-08-141-6/+4
* | ; Fix recent re-builder doc changes.Basil L. Contovounesios2021-05-081-1/+1
* | Mention that Emacs is usually case-insensitive in a couple of placesdalanicolai2021-05-081-0/+5
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | * doc/lispref/searching.texi (Rx Constructs): Group numbering fixMattias Engdegård2020-11-251-2/+2
* | ; * doc/lispref/searching.texi (Search and Replace): RephraseMattias Engdegård2020-09-281-4/+4
* | Improve accuracy in string-replace description (bug#43598)Mattias Engdegård2020-09-271-2/+4
* | Rename replace-in-string to string-replaceLars Ingebrigtsen2020-09-271-1/+1
* | Add new, simple `replace-in-string' functionLars Ingebrigtsen2020-09-151-1/+6
* | * doc/lispref/searching.texi (Regexp Special): Tweak wordingStefan Monnier2020-08-141-1/+1
* | Regexps cannot infloop; fix manualMattias Engdegård2020-05-031-6/+4
|/
* Simplify rx example in manualMattias Engdegård2020-03-091-2/+2
* rx: Improve 'or' compositionality (bug#37659)Mattias Engdegård2020-03-011-2/+3
* Warn about the likes of "[:alnum:]" in regexpsEli Zaretskii2020-02-221-2/+7
* Remove the optional KEEP-ORDER argument to regexp-optMattias Engdegård2020-02-131-6/+3
* rx: Use longest match for all-string 'or' forms (bug#37659)Mattias Engdegård2020-02-121-1/+4
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* More precise 'regexp-opt' documentationMattias Engdegård2019-12-181-5/+5
* Allow characters and single-char strings in rx charsetsMattias Engdegård2019-12-131-5/+6
* Use `or' instead of `union' for charset union in rxMattias Engdegård2019-12-121-11/+11
* ; Spelling fixesPaul Eggert2019-12-101-2/+2
* Add `union' and `intersection' to rx (bug#37849)Mattias Engdegård2019-12-101-2/+12
* Spelling fixesPaul Eggert2019-12-091-1/+1
* Expand rx definitions inside (not ...)Mattias Engdegård2019-10-271-2/+2
* Add missing rx symbols `bow' and `eow' to documentationMattias Engdegård2019-10-201-2/+4
* Add `unmatchable' as alias for (or) in rx (bug#37659)Mattias Engdegård2019-10-181-0/+6
* Add `anychar' as alias to `anything' in rx (bug#37659)Mattias Engdegård2019-10-181-1/+2
* Add rx extension mechanismMattias Engdegård2019-09-251-0/+157
* New rx implementationMattias Engdegård2019-09-251-3/+1
* Allow regexp-quote to return its argumentMattias Engdegård2019-09-251-0/+3
* * doc/lispref/searching.texi (Rx Constructs): Fix typo.Mattias Engdegård2019-09-171-1/+1
* ; * doc/lispref/searching.texi: Typo fixMattias Engdegård2019-08-051-2/+2
* Add some indices for regexp character classesLars Ingebrigtsen2019-07-131-0/+4
* Avoid makeinfo error "@code expected braces"Glenn Morris2019-07-071-1/+1
* Describe the rx notation in the elisp manual (bug#36496)Mattias Engdegård2019-07-071-0/+573