Search:

Type: Posts; User: chopficaro

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,293

    Re: regex new lines and the . character

    yes they found the answer
    sorry about cross posting but i didnt get an answer
    whenever i cross post, i always update all the threads so no one wastes time fixing a problem that has already been...
  2. Replies
    4
    Views
    1,293

    Re: regex new lines and the . character

    ive tried these:
    [.|\\s]*?
    (.|\\s)*?
    .|\\s*?
    none seem to work
  3. Replies
    4
    Views
    1,293

    regex new lines and the . character

    the . character in a regular expression does not match new lines
    how do i match any character, including an unknown number of new lines?
Results 1 to 3 of 3