Return all text in the token before the first instance of the given text
| Usage | Input | Result |
|---|---|---|
OrigFileName:before(_) |
MOV_1234 |
MOV |
CameraMake:before( ) |
Canon SD 550 |
Canon |
Date:MMM:before(ug) |
Aug |
A |
Return all text in the token before the first instance of the given text
| Usage | Input | Result |
|---|---|---|
OrigFileName:before(_) |
MOV_1234 |
MOV |
CameraMake:before( ) |
Canon SD 550 |
Canon |
Date:MMM:before(ug) |
Aug |
A |