fork download
  1. @(x)strsplit(x,'.'){end}
  2.  
  3. ans('what..is..this..file')
Success #stdin #stdout 0.31s 404544KB
stdin
Standard input is empty
stdout
ans =

@(x) strsplit (x, '.') {end}

ans = file