Click or drag to resize

YStringExtentionMethods Methods

The YStringExtentionMethods type exposes the following members.

Methods
  Name Description
Public Extension Method GetNextTextBlock Get the next block of text which is bounded by the BlockStart and the BlockEnd strings.
Public Extension Method IndexOfPrevious Get the previous index of the given value string in the str string from the startIndex index.
Public Extension Method IsIdentifiant Check if the identifiant is valid as an identifiant according to the following criterias :
  • It cannot be null or empty.
  • It contains only alphanumeric characters and/or underscore character.
  • It does not start with a digit number.
Public Extension Method IsNullOrEmpty Check if the given string is null or empty.
Public Extension Method IsNullOrWhiteSpace Check if the given string is null or white space.
Public Extension Method SplitNotNull Split the string and remove all empty parts.
Top
See Also