|
|
Browse by Tags
All Tags » vbscript
-
-
Hi, i got a dillema... for a company i need to make every occurence of it's company name to be in red and bold font.
i have writen a simple function that i can call and filter all text database records
Function companyName(inputText)
If inputText<>"" Then
companyName= ...
-
Hi Everyone,
I'm new to this whole regex thing, and throughly confused. I need a regex that can pick out proper names from a document, which translates into a regex looking for 2 or more consequitive words that begin with a capital letter. Ideally this would include titles (Dr., Mr. etc) too. The names will reliably be in the proper ...
|
|
|