String's Find Method?

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

    String's Find Method?

    Hi,

    There is a "Find" method for string objects in .NET Framework?

    Bruno Rodrigues


  • AlexS

    #2
    Re: String's Find Method?

    Check String.IndexOf( Any) and maybe Regex.Match methods
    Which to use depends on what you want to find.

    hth
    Alex

    "Bruno Rodrigues" <bruno@siplan.c om.br> wrote in message
    news:eno6wjJbDH A.1832@TK2MSFTN GP10.phx.gbl...[color=blue]
    > Hi,
    >
    > There is a "Find" method for string objects in .NET Framework?
    >
    > Bruno Rodrigues
    >
    >[/color]


    Comment

    Working...