View Issue Details

IDProjectCategoryView StatusLast Update
0017915MMW 5Extensions (bundled)public2021-05-27 20:10
Reporterdrakinite Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0.1 
Target Version5.0.1Fixed in Version5.0.1 
Summary0017915: Case Checker does not work correctly for whitespace and cardinals
DescriptionUser pointed out (https://www.mediamonkey.com/forum/viewtopic.php?f=32&t=99121)
that the regex for whitespace has an improper escape character. The \s is interpreted as just s, and so should be \\s. There's also another improperly escaped character for the cardinal regex (\d instead of \\d).
TagsNo tags attached.
Fixed in build2408

Activities

drakinite

2021-05-24 19:32

developer   ~0063427

Fixed in 2408

lowlander

2021-05-27 20:10

developer   ~0063564

Verified on 2408