Captainrave
Technical User
I need to make a regular expression to match the first two characters and the last two characters of a string. The characters can be anything from A-Z and the string can be of any length.
For example:
ATCGTACGAT > I would keep
ATATCTTT > Would be discarded
Is this even possible with a regular expression?
For example:
ATCGTACGAT > I would keep
ATATCTTT > Would be discarded
Is this even possible with a regular expression?