Documentation on methods added to string type

I see that the string type has some added methods when the Elements reference is added to a C# project.

In particular is see the SubstringFromFirstOccurrenceOf, and its similar substring methods. By the name I think they would be very useful to use in my current project.

I can’t seem to find anything more on them. Is there documentation anywhere relating to the new string methods?

Thanks