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
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
Comment