Solution Category: Analysis
analysis
Name
Brief Description
Returns the day number (ie how many days have passed in the year)
Returns the text before the specified character or the nth instance of the specified character
Returns the text after the specified character or the nth specified character
Returns the text between specified characters – eg. specifying “fox” and “here” for “the fox jumped there” returns ” jumped t”
Replaces multiple instances of a defined character within a string with a single instance of a specified character ie “sdfdes——sdfhd—–kghgh—-hsdfh–” -> “sdfdes-sdfhd-kghgh-hsdfh-“