Changes between Initial Version and Version 1 of Ticket #30892, comment 2


Ignore:
Timestamp:
Oct 21, 2019, 8:31:19 AM (5 years ago)
Author:
Luis Nell

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30892, comment 2

    initial v1  
    11True that.
    22
    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.
     3I 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.
    44
    55In any case, if we can find a (more solid) process, I'd be very happy to produce a patch and tests for that.
Back to Top