I was finally able to find an API to copy all text from a terminal emulator (legally provided by the software company).


There is a USA Social Security number I would like to extract and disregard all the other text. Once the SSN is narrowed down from all the text, can we assign it to a variable?

I thought a RegEx would do it but probably not. I can't hardcode a social security number (defeats the purpose). Any ideas?

Chris