Search results

Types

Classes
Interfaces
Enums
Functions
Type aliases
Constants

Members

Properties
Methods
Getters
Setters
Enum members
Show privates

Other

In this module only

Function occurrencesInString

Defined in GeneralFunctions.ts

(str: string, subString: string): number

Function that count occurrences of a substring in a string.

· str - The string
· subString - The sub string to search for

Returns

undefined