View Issue Details

IDProjectCategoryView StatusLast Update
0000035FileSieveBackend / Corepublic2021-01-27 22:23
ReporterBootBlock Assigned ToBootBlock  
PrioritylowSeverityminorReproducibilityN/A
Status assignedResolutionopen 
Summary0000035: Change Regex substitution character from | to $
Description

The internal regular expression engine in .NET uses the dollar symbol for referencing captures groups; change FileSieve so it uses that character and invokes the .NET Regex.Replace() method instead of using custom code.

The status of this issue can be tracked here on the FileSieve Github repository.

TagsRegex

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2018-10-05 23:17 BootBlock New Issue
2018-10-05 23:17 BootBlock Status new => assigned
2018-10-05 23:17 BootBlock Assigned To => BootBlock
2018-10-05 23:17 BootBlock Tag Attached: Regex
2021-01-27 22:23 BootBlock Description Updated