3 Nov
2022
3 Nov
'22
1:59 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30358 --- Comment #48 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- About the regex: $value =~ s/^\s+|\s+$|^\n+|\n+$|^\r+|\r+$|^\t+|\t+$//g; Is the following not the same: $value =~ s/^\s+|\s+$//g; ? -- You are receiving this mail because: You are watching all bug changes.