View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000383 | FileSieve | Plugin | public | 2019-05-21 14:40 | 2019-05-22 11:12 |
Reporter | BootBlock | Assigned To | BootBlock | ||
Priority | high | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | 4.41 | ||||
Summary | 0000383: Add character capturing to Method: StandardAtoZ | ||||
Description | Allow the referencing of the first character(s) that were captured during processing within the customisation TextBoxes. EG. The file to be processed is:
The Uppercase CheckBox is checked and the following is entered within its TextBox (just an example; not actually useful):
The allow would result in the following, with Z:\ being the root destination:
The {0} is referencing the first character that was captured. This'll need a bit more thought when I actually implement it, but this is the theory behind it. Will add a note to this issue when finalised. | ||||
Tags | Method.StandardAtoZ | ||||
|
Done.
|
|
Changed {firstchar} to {0}, in antici... pation of adding additional positional character capturing. That was fun to say. |
|
D'oh. Programmer's logic crept in, there, in regards to indexing position. Changed, again, {0} to {1}. So 1 actually refers to the first position, which allows the usage of {0} to specify the entire captured string just like Regular Expressions do their indexing... I think. |
|
Added:
|
|
Added:
|
|
Added:
Example output, showing the Archive and Indexed attributes being set:
|
|
Added:
Example output, showing the Archive and Indexed attributes being set:
|
Date Modified | Username | Field | Change |
---|---|---|---|
2019-05-21 14:40 | BootBlock | New Issue | |
2019-05-21 14:40 | BootBlock | Assigned To | => BootBlock |
2019-05-21 14:40 | BootBlock | Tag Attached: Method.StandardAtoZ | |
2019-05-21 14:47 | BootBlock | Status | new => assigned |
2019-05-21 22:54 | BootBlock | Note Added: 0000109 | |
2019-05-21 22:55 | BootBlock | Note Edited: 0000109 | |
2019-05-21 22:56 | BootBlock | Status | assigned => closed |
2019-05-21 22:56 | BootBlock | Resolution | open => fixed |
2019-05-22 08:19 | BootBlock | Note Added: 0000110 | |
2019-05-22 08:35 | BootBlock | Note Added: 0000111 | |
2019-05-22 09:41 | BootBlock | Note Added: 0000112 | |
2019-05-22 10:57 | BootBlock | Note Added: 0000113 | |
2019-05-22 11:04 | BootBlock | Note Added: 0000114 | |
2019-05-22 11:12 | BootBlock | Note Added: 0000115 |