Hi,
In my Word customization it's necessary for me to use the string.contains method to do a line by line, word by word comparison -- .equals and the other reference check methods are not enough. String.contains is very accurate however it's a bit slow. I wanted to know if there's a way to optimize .contains' performance Thanks.