Changes between Initial Version and Version 1 of Ticket #30892, comment 2
- Timestamp:
- Oct 21, 2019, 8:31:19 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30892, comment 2
initial v1 1 1 True that. 2 2 3 I also thought about looping over the characters and simply removing everything that does not match the `\w`. However, I threw that away because I thought that this might as well hit some edge case where it could modify the meaning of a word.3 I also thought about looping over the characters and simply removing everything that does not match the builtin slug validation regular expressions. However, I threw that away because I thought that this might as well hit some edge case where it could modify the meaning of a word. 4 4 5 5 In any case, if we can find a (more solid) process, I'd be very happy to produce a patch and tests for that.