inString | String String from which to extract a substring. |
beginIndex | String Beginning index of the substring to extract (inclusive). |
endIndex | String Ending index of the substring to extract (exclusive). If this parameter is null or empty, the substring will extend to the end of inString. |
value | String Substring from beginIndex and extending to the character at endIndex - 1. |