- May
- 13,802
- 211
Code:
d:\tc34> ffind /t"[Tab" /v d:\tcmd.ini
TCC: premature end of char-class "(?i)[Tab"
TCC: premature end of char-class "(?i)[Tab"
TCC: premature end of char-class "(?i)[Tab"
TCC: premature end of char-class "(?i)[Tab"
TCC: premature end of char-class "(?i)[Tab"
TCC: premature end of char-class "(?i)[Tab"
TCC: premature end of char-class "(?i)[Tab"
TCC: premature end of char-class "(?i)[Tab"
TCC: premature end of char-class "(?i)[Tab"
TCC: premature end of char-class "(?i)[Tab"
TCC: premature end of char-class "(?i)[Tab"
TCC: premature end of char-class "(?i)[Tab"
TCC: premature end of char-class "(?i)[Tab"
TCC: premature end of char-class "(?i)[Tab"
TCC: premature end of char-class "(?i)[Tab"
TCC: premature end of char-class "(?i)[Tab"
Regex-escaping the '[' with '\' doesn't help. Apparently, something is turning '\' into '\\'.
Code:
d:\tc34> fsearch /s /t"\[Tab" /v d:\tcmd.ini
TCC: premature end of char-class "(?i)\\[Tab"
TCC: premature end of char-class "(?i)\\[Tab"
TCC: premature end of char-class "(?i)\\[Tab"
TCC: premature end of char-class "(?i)\\[Tab"
TCC: premature end of char-class "(?i)\\[Tab"
TCC: premature end of char-class "(?i)\\[Tab"
TCC: premature end of char-class "(?i)\\[Tab"
TCC: premature end of char-class "(?i)\\[Tab"
TCC: premature end of char-class "(?i)\\[Tab"
TCC: premature end of char-class "(?i)\\[Tab"
TCC: premature end of char-class "(?i)\\[Tab"
TCC: premature end of char-class "(?i)\\[Tab"
TCC: premature end of char-class "(?i)\\[Tab"
TCC: premature end of char-class "(?i)\\[Tab"
TCC: premature end of char-class "(?i)\\[Tab"
TCC: premature end of char-class "(?i)\\[Tab"