[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
Fri Jan 13 21:01:43 CET 2023


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

--- Comment #73 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 145318
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145318&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