Having the following text:
this is a sample of code() not real(),
only for demostration() purpose
If I search in Sublime Text using the following regular expression: \w+\(
it will iterate between:
- code(
- real(
- demostration(
But if I use Visual Studio the results will be:
- code(
- ode(
- de(
- e(
- real(
- eal(
- al(
- l(