Lists
Extract Column
Pull a single column out of delimited text.
Pulls a single column out of delimited text — the equivalent of cut or awk '{print $2}'. Columns are numbered from 1, and negative numbers count back from the end, so -1 is the last column.
Options
1 is the first column. Use -1 for the last.
InputText is processed entirely in your browser.
0lines0words0characters0 B
Output
0lines0words0characters0 B
Options explained
- Column number — 1 is the first column. Use -1 for the last.