0

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(
Erick Asto Oblitas
  • 1,399
  • 3
  • 21
  • 47

0 Answers0