Changes between Version 1 and Version 2 of Ticket #14425
- Timestamp:
- 2017-02-28T04:58:41+01:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14425 – Description
v1 v2 9 9 10 10 * double language link ("en:en:Foo" -> "en:Foo") 11 {{{ 12 This part is not implemented because it requires regex backreferences in validators, 13 which don't work for some reason: *[wikipedia =~ /^([-a-z]{2,12}:)\1/] {...} 14 }}} 11 15 12 TODO - this requires regex backreferences in validators, which don't work for some reason: 13 *[wikipedia =~ /^([-a-z]{2,12}:)\1/] {...} 14 15 To do this, we need a few additional validator functions -- trim, upper and lower (for completeness) 16 This patch also adds a few additional validator functions: trim, upper and lower (for completeness)