Forum Discussion
simon_glet
12 years agoRegular Contributor
Replying to myself ;-)
After a closer investigation, the solution when a searcheable string can be wildcarded in TC (* or ?) is to replace all the reserved chars by one * once:
- ***Something?Else -> *Something*Else
A little brute force but works fine in my context.
Sincerely
After a closer investigation, the solution when a searcheable string can be wildcarded in TC (* or ?) is to replace all the reserved chars by one * once:
- ***Something?Else -> *Something*Else
A little brute force but works fine in my context.
Sincerely