mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-21396 Fix incorrect result shown in the userguide example
This commit is contained in:
parent
5ceee1660f
commit
f55c499927
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ the position, for those cases:
|
|||
The first rule will convert "x", when preceded by a vowel, into "ks". The
|
||||
transform will then backup to the position before the vowel and continue. In the
|
||||
next pass, the "ak" will match and be invoked. Thus, if the source text is "ax",
|
||||
the result will be "ack".
|
||||
the result will be "acks".
|
||||
|
||||
> :point_right: **Note**: *Although you can move the cursor forward or backward, it is limited in two
|
||||
ways: (a) to the text that is matched, (b) within the original substring that is
|
||||
|
|
Loading…
Add table
Reference in a new issue