in reply to Re: Re: Re: use regex to split sentence
in thread use regex to split sentence

in fact, 'X\d'could follow any string apart from 'X\d'. i.e.it could be "X1XXXIloveU". This is just a simplified example about my work. Any idea not let * eat all words followed?
  • Comment on Re: Re: Re: Re: use regex to split sentence