Get a string

From: Carlos Chalhoub (carlos.chalhoub_at_solcorp.com)
Date: 05/03/04


Date: Mon, 3 May 2004 13:35:02 -0400

Hi Listmates,

I need to get a string from a full path. I have captured the path but need
to isolate one specific folder. Example: if the full path is C:\Release
6.4.0\Functionals\Data Design\DS19530.doc, I need to capture "Data Design",
I've tried a combination of Left, Mid, Right, InStr, InStrRev, but I can't
get it to work. Any help is appreciated.

Carlos



Relevant Pages

  • Re: Regex Capture problem
    ... "learned" my regex using a freeware utility that had slightly different ... was trying to capture instead of. ... I have used Regex utilities before, so I understand the concepts of text ... Function RESub(str As String, SrchFor As String, ReplWith As String) As String ...
    (microsoft.public.excel.programming)
  • Re: SQL - Capture Specific Text and Copy to New Column/row
    ... The script is: ... Please advise of how I may capture only the date/time data. ... wildcard characters as characters in the string. ... by the Option Compare setting of the module. ...
    (microsoft.public.access.modulesdaovba)
  • Re: Regular Expression Hangs
    ... You wouldn't need a regular expression to ... a single fixed string. ... Those patterns are defined by rules that are expressed in the ... will capture the following: ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: how to get all repeated group with regular expression
    ... string, such as string '123456', i tried re.findall*, ... nature to all regx engine or only to Python? ... issues that I can perfectly understand why Python works the way it does, ... Yes, you are right, but this way findallcapture only the 'top' group. ...
    (comp.lang.python)
  • Re: Herfried K. Wagner - HELP!
    ... Where did you find the command string ... Private Sub StartRecording() ... mciSimpleSendString("open new type waveaudio alias capture") ...
    (microsoft.public.dotnet.languages.vb)