in reply to Re: Regular Expression: search two times for the same number of any signs
in thread Regular Expression: search two times for the same number of any signs

yes. The pattern can be in a larger string.
ax.x.x # is valid ax.x.xaa # is valid
yes. The pattern x.x.x is allowed to be multiple times in the string. But it is enough to find it at least one time.
  • Comment on Re^2: Regular Expression: search two times for the same number of any signs
  • Download Code