https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33028
--- Comment #13 from Thibaud Guillot <[email protected]> --- (In reply to Jonathan Druart from comment #11) > > $rule_value !~ /,.*?,/ > > .*? > What are you trying to do here? .* should be enough. Hello Jonathan, Here I just want to avoid several commas and check if there are numbers after the comma and before another one.. that's useless maybe but I think that user must change values himself if there are not simply like xx,xx no ? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
