Update jquery.ime from upstream

Update to:
35c7df6049

jquery.uls was updated in I245b4dd68151d9d680368d0cc5750cee4a167f50

Bug: T355104
Change-Id: I49d806c8fbfbede0e8071d31eec39099ed63d1d2
This commit is contained in:
Abijeet
2024-01-22 14:56:16 +05:30
committed by jenkins-bot
parent 48de278a85
commit 46d59295c8
7 changed files with 27 additions and 25 deletions

View File

@@ -74,7 +74,7 @@ Any valid regular expression is possible as first element of each array item.
ex: `[ '([ക-ഹ])a', '$1ാ' ]`
ex: `[ '(([ൺ-ൿം])\u200c+)?I', '$2ഐ' ]`
In the above example, $1, $1 etc are according to the normal regular expression
In the above example, $1, $2 etc are according to the normal regular expression
replace syntax.
The second member of the pattern can be a function as well.