Determine the number of logical processors

Get the number of processor cores/threads.


Find the position of the nth occurrence of a substring in a string

We are looking for the position of the given substring in the string, indicating what count the found pattern should be, if it occurs several times in the string. The function is case sensitive.


Convert text to hexadecimal

We convert the text into hexadecimal form with the specified delimiter.