From cbb4376433a854a87d51226535c924bcea59292c Mon Sep 17 00:00:00 2001 From: Robin Leroy Date: Mon, 23 Dec 2024 17:50:43 +0100 Subject: [PATCH] Cats can have normal a regex replacement --- .../test/java/com/ibm/icu/dev/test/rbbi/RemapRule.java | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/rbbi/RemapRule.java b/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/rbbi/RemapRule.java index e4bc8e79913b..6c84f6052b93 100644 --- a/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/rbbi/RemapRule.java +++ b/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/rbbi/RemapRule.java @@ -9,11 +9,10 @@ /** * A segmentation rule expressed as in UAXes #14 and #29. * - * A remap rule performs normal a regex replacement applied to the remapped - * string. - * This replacement may use capturing groups. Any positions in the original - * string that correspond - * to positions within the replaced text are resolved to NO_BREAK by this rule. + * The application of a remap rule is a normal regex replacement on the remapped + * string. This replacement may use capturing groups. Any positions in the + * original string that correspond to positions within the replaced text are + * resolved to NO_BREAK by this rule. */ public class RemapRule extends SegmentationRule { RemapRule(String name, String pattern, String replacement) {