0

Regular expression matching any non white space char string ending with "&s"

Tried RE:
\S*&s

The issue is \S includes all the chars including "&s". In my string when "&s" occurs RE should end over there but it is not.

Example :
String: abcd$%+abv&sabc
String extracted by RE: abcd$%+abv&s

lil-wolf
  • 372
  • 2
  • 15

0 Answers0