/ /OREF:CPT3E3F9 New to Regex
[email protected] Mon, 2 Feb 2004 11:28:59 +0200
| Newsgroups | gmane.comp.jakarta.regexp.user |
|---|---|
| Message-ID | <OF3FC244FF.8E3DF8E9-ON42256E2E.0033E3F9-42256E2E.00348319@safmarine.co.za> |
Hi I'm new to Regex and have just downloaded the jar. If I wanted to search a string such as the one shown below, for these substrings TAG001 ,TAG002,TAG003 using regular expressions , how would I do it? String strToSearch="VCE1246KYTAG001ZX178TAG002DHU7749TAG003 How would I extract the matches into String object? jeff