First word of a field

Hi

How could I create a computed column tha shows just the first word of a sentence of another column?

Example

Column “Name” = Sandra Bullock
Computed Field = Sandra

Thanks!

I saw this related post yesterday

You could use the Extract Matching Text plugin for this.

^(\w+)