| Summary: | "regular expression in the Replace box" makes no sense | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Mike Kaganski <mikekaganski> |
| Component: | Documentation | Assignee: | fpy |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | erack, olivier.hallot, stephane.guillou |
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | https://ask.libreoffice.org/t/41709/ | ||
| Whiteboard: | target:24.8.0 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Mike Kaganski
2023-01-26 08:36:01 UTC
Agreed, this needs correcting and clarifying in a separate section. The linked ICU documentation uses the terms "capturing parentheses", "capture-group" and "captured data", but we don't use the term "captur*" at all in our docs. ICU doc words it as: > "Capturing parentheses. Range of input that matched the parenthesized subexpression is available after the match." and: > "The replacement text for find-and-replace operations may contain references to capture-group text from the find." Pierre F committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/3a192b621db3644d50544a64f56ac34909711f92 clarify match/replace. tdf#153212 |