Parsing phrases separated by ;
So, I saw a link to the 1/6 cases charged already. I got curious and File>Internet Open>:Local( {dt},
dt = Open(
"https://www.justice.gov/usao-dc/capitol-breach-cases",
HTML Table( 1, Column Names( 1 ), Data Starts( 2 ) )
);
dt << Set Name( "capitol-breach-cases" );
dt;
)
Thankfully, the charge(s) per case are separated by semicolons (;). I used the formula: Words(:"Charge(s)"n, ";"). This...