hi everyone
can anyone help me with the php pattern that search the following string and get relevent pattern.
"2004_8.rtf" (November) S v Mimi(000/00) [2004] NAME 8;
"2005_9.rtf" (November) S v Mimi(000/01) [2005] NAME 9;
i want the regular expression patterns that match this : [2005] NAME 9 ; or [2004] NAME 8; on the above strings.