Extract data using regular expression
Hi,
If I have a string like "the name JAVA on the disk". or "the name C++
on the disk.."
I would like to extract JAVA (or C++ or whichever present) from this
string using regular expressions.
How can i do it?
Thanks,
with regards,
on ali
.
Relevant Pages
- Re: String Parsing : Best Methods : VBA
... Use Regular Expressions in Microsoft Visual Basic 6.0 ... Regards, ... > each string within the Variant, and use Instr, Mid$ ... (microsoft.public.excel.programming) - Re: Format a text field
... Use whichever seems easier to you. ... You could also examine regular expressions. ... "cj2" wrote in message ... I want to take this string ... (microsoft.public.dotnet.languages.vb) - Re: How to get URLs from a HTML file
... Have a look at Regular Expressions. ... Regards, ... > links in this string into an array? ... (microsoft.public.dotnet.languages.vb) - Re: Serious Perl Regular Expression deficiency?
... I started doing Perl 2 years ago and have ... > conclusion that regular expressions have a serious ... This is serious because the not string ... If you want to pull out the contents of XML comments you could do this. ... (comp.lang.perl.misc) - Re: Remove characters from string
... and your link took me to the templates page at microsoft office. ... there expaining regular expressions unless you meant I should search for it. ... | them to the same format for ease of processing. ... | the string I remove extraneous characters. ... (microsoft.public.excel.programming) |
|