Regular Expression

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Buddy

    #1

    Regular Expression

    Can someone please show me how to create a regular expression to do the
    following

    My text is set to
    [vbl] MyColumn{1, 100} Test

    I want a regular expression that sets the text to the following
    [vbl] testMyColumn{1, 100}Test

    Basically I want the regular expression to add the word test infront of the
    word MyColumn and also remove 4 spaces after } and the word Test.

    Thanks


  • Jeffrey Tan[MSFT]

    #2
    RE: Regular Expression


    Hi Buddy,

    I found that this post has been posted in several queue. I have replied you
    in microsoft.publi c.dotnet.langua ges.csharp. Please follow up there, I will
    work with you there.
    Thanks for your understanding.

    Best regards,
    Jeffrey Tan
    Microsoft Online Partner Support
    Get Secure! - www.microsoft.com/security
    This posting is provided "as is" with no warranties and confers no rights.

    --------------------
    | From: "Buddy" <Buddy@onlineho me.com>
    | Subject: Regular Expression
    | Date: Fri, 24 Oct 2003 23:25:21 +0100
    | Lines: 15
    | X-Priority: 3
    | X-MSMail-Priority: Normal
    | X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    | Message-ID: <#sTx12nmDHA.24 16@TK2MSFTNGP10 .phx.gbl>
    | Newsgroups: microsoft.publi c.dotnet.genera l
    | NNTP-Posting-Host: 81-1-69-6.homechoice.co .uk 81.1.69.6
    | Path: cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!TK2 MSFTNGP10.phx.g bl
    | Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.genera l:113142
    | X-Tomcat-NG: microsoft.publi c.dotnet.genera l
    |
    | Can someone please show me how to create a regular expression to do the
    | following
    |
    | My text is set to
    | [vbl] MyColumn{1, 100} Test
    |
    | I want a regular expression that sets the text to the following
    | [vbl] testMyColumn{1, 100}Test
    |
    | Basically I want the regular expression to add the word test infront of
    the
    | word MyColumn and also remove 4 spaces after } and the word Test.
    |
    | Thanks
    |
    |
    |

    Comment

    Working...