Good day. I have a sign, in it a column with the format of the line (ip [/ folder])
12.12.12.12[/folder] 12.34.56.78[/otherFolder] 11.11.11.11[/folder3]
It is necessary to make a request that would give 2 columns (ip, / folder). That is, cut the string and discard the characters of square brackets. All this needs to be done on SQLite. Thank you for your participation and answers.