__header__

GC String Split

The GC String Split will allow the user to split or divide a string according to certain parameters set. This will allow the user to find specific points within a string.

Using the GC String Split Tool

Go into the tools Parameters page. Once there, copy and paste or enter the string into the InputString box. This will be the string that is searched.
SplitCharacters: This box allows the user to enter a specific character, letter, or number that is located within the string to use as the criteria where the string will be split.
NOTE beware of space character that can be used as part of the search string if these are present
Number Strings: This indicates the number of splits that were formed.
Sub1, Sub2, etc: These will hold the information of each split found.



Example:

687
So the string that was entered was c:/sdfsdf/sdfd
& The SplitCharacter was set at s...subsequently all information is based on the s.
It found 4 strings and the individual strings are listed as Sub1, Sub2, Sub3, and Sub4.



__footer__