[Koha-bugs] [Bug 30358] Strip leading/trailing whitespace characters from input fields when cataloguing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 15 20:05:42 CEST 2023


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

--- Comment #84 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 151215
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151215&action=edit
Bug 30358: (follow-up) Simplify regex

The regex does the following:
1. Replace newlines and carriage returns with a space
2. Replace leading and trailing whitespace with nothing (strip)

Signed-off-by: Hammat Wele <hammat.wele at inlibro.com>

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list