Hello everybody
I've got a question. I want to know how can I write a parser
"There is a table(dimension: 3 in 4 in 5 meters) in the room"
in a way that the output would be this:
Type: table
Numbers: 1
Size: 60 M^3
Position: Room
I tried substring and split method, but I didn't get the result that I wanted. Could you please help me with this?![]()


LinkBack URL
About LinkBacks

Reply With Quote

and also if there would be 3 tables, then "table", will change to "tables".
I think It's much more efficient than split method. What is your opinion? 