[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 Nov 21 22:40:59 CET 2022


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

--- Comment #61 from Aleisha Amohia <aleisha at catalyst.net.nz> ---
Created attachment 144130
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144130&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)

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


More information about the Koha-bugs mailing list