js take a part of a string from a char to oe other code example
Example: javascript substring
// zero-based index, 'end' is excluded from result
myString.substring( start, end )
// zero-based index, 'end' is excluded from result
myString.substring( start, end )