[Koha-bugs] [Bug 29781] Allow item batch modification to use capturing groups in regex option

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 10 11:27:09 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29781

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This enhancement adds
      release notes|                            |support for capture groups
                   |                            |in the regular expression
                   |                            |option of batch item
                   |                            |modification.
                   |                            |
                   |                            |One may now
                   |                            |use `(\d+)` for example to
                   |                            |capture digits in the match
                   |                            |and then the `$1`
                   |                            |placeholder in the replace.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list