fork(1) download
  1. str = 'Hello, I am kjd#(@*#@m, aa.aa.aa.aa. It was nice meeting you.';
  2. regexp(str, "(?<!\\S)\\p{L}++(?!\\p{P}\\S)", 'match')
  3. print match
Success #stdin #stdout #stderr 0.53s 122688KB
stdin
Standard input is empty
stdout
ans = 
{
  [1,1] = Hello
  [1,2] = I
  [1,3] = am
  [1,4] = It
  [1,5] = was
  [1,6] = nice
  [1,7] = meeting
  [1,8] = you
}

stderr
error: print: no figure to print
error: called from
    print at line 300 column 5