regular exp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ogo796
    New Member
    • Jan 2008
    • 44

    regular exp

    hi everyone can someone help me with regular expression that match the following
    patterns.
    i want to get anything within the " " and brakets ( ) and between the brakets.
    see the following string
    "1980_1.rtf (5 December 1980) peter and john (Criminal Appeal No 5 of 1980)
    firstly i want reg expression that match = " 1980_1.rtf "
    secndly i am loking for exp that match = (5 December 1980)
    thirdly i am looking for exp that matchname between two brackets = peter and john

    i will be glad if someone can help me with that .
    Thanks
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Want, want, want. Here's a tutorial.

    Comment

    Working...