- May
- 609
- 4
Charles Dye,
Nope, close brackets prove not to be exceptional for this plugin.
Code:
@BETWEEN — Returns the portion of a string between two delimiters.
...
(Exception: If you want to use a close bracket as a delimiter, escape it.)
Nope, close brackets prove not to be exceptional for this plugin.
Code:
C:\> echo %@between[[^],[6] This is line 6 of some file.]
TextUtils plugin: Missing comma
C:\> echo %@between[[],[6] This is line 6 of some file.]
6