Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » multiline
  • Re: Grabbing Data From Medical Form

    Are you saying that you (or Scodigo for that matter) can't use the match array as return value? If you're using preg_match($pattern, $subject, $matches) for the header, $matches[1] should contain the acquiration date, $matches[2] the operator, $matches[3] the sample name and $matches[4] the "Inst" (who/whatever that is). If you ...
    Posted to Construction Advice (Forum) by eSquire on May 7, 2007
  • Re: Matching text in email header only if one string does NOT match

    Just use something like: ^From:[^<]+<(?!user1@example\.com)(?!user2@example\.org)(?!user3@example\.net).*?^X-Spam-Level:\s*(\S*) with singleline (s) and multiline (m) modifiers (so the dot matches newlines and ^ matches the beginning of each line).
    Posted to Construction Advice (Forum) by eSquire on May 6, 2007
  • Re: Need help trying to find a certain pattern

    Okay, I'll try to help. Please consider being more specific next time. First of all here's your text again, in monospace this time: -------------------- Approver Information -------------------- Approver Interfac Linked Heir Notifier User List Typ Entity Approver Approver Order Type List -------- -------- -------- ...
    Posted to Construction Advice (Forum) by eSquire on May 3, 2007