Is there any built in methods to search within a string?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • momotaro
    Contributor
    • Sep 2006
    • 357

    Is there any built in methods to search within a string?

    Hi,
    I was wondrening if there is any built in functions to search for a sequence in a string

    thanks in advace
  • yarbrough40
    Contributor
    • Jun 2009
    • 320

    #2
    Substring() is the method for finding a sequence of specific characters in a string. If that isn't what you're looking for, can you be a bit more specific?

    Comment

    Working...