Register to post in forums, or Log in to your existing account
 

 Related 
Contents
See also:
  CaseSens
  Ends
  Pos
  Match
String Library
  Pos
  SubStr
  Len
  Replace
  Left
  Right
  Upper
  Lower
  Proper
  IntVal
  FloatVal
  Format
  Insert
  Delete
  Concat
  LeftBack
  RightBack
  Word
  NumWord
  DeleteNWord
  Begins
  Ends
  ASCII
  IsInt
  IsFloat
  RepeatStr
  Trim
  LTrim
  RTrim
  Explode
  Join
  Match
  RegReplace
  StripTags
  EncodeHTML
  DecodeHTML
  Reverse
  Compare
  HexStr
  HexVal
  QuoteSQL
  EncodeURL
  DecodeURL
  ExtractFileName
  ExtractFileExt
  ExtractPath
  Pad
  PadRight
  Center
  Soundex
  Wordwrap
  DecimalSeparator
  CaseSens
  QuoteChar
  Regular Expression Options
  Regular Expressions
  Split
  ExpandTabs
  md5
  ForceFileExt
  LoadFromFile
  SaveToFile
  cr
  lf
  crlf
Related Links:
  Begins
  CaseSens
  CD Autostart program
Begins [[Str.Begins]] 
NOTE: This Design document is subject to change at any time.
Begins( Source: WideString; Pattern: WideString): Boolean


Returns true of the Source string begins with the Pattern substring. The global CaseSens property determines whether the search is done in a case sensitive manner or not.

For example:

str.Begins("this is a test", "this")

returns True.
Viewer Comments [0 - Post your comments]

Jump to:  

© 2009 Zugg Software. Hosted by Wolfpaw.net