Hi guys,
I have a text file which after rtrim has only one empty space between the string.
My goal is to reorder the text by using some matching function.
Example:
"Head sad asdg fasfa hgsdfsdf asdasd fasdf asdasd asdasdga asdas sadasd asdasd Head dasdgsdf seaseda sadas ....."
I want to divide the text on sections and to replace the empty spaces with commas for further SQL injection.
Help will be apreciated.
I have a text file which after rtrim has only one empty space between the string.
My goal is to reorder the text by using some matching function.
Example:
"Head sad asdg fasfa hgsdfsdf asdasd fasdf asdasd asdasdga asdas sadasd asdasd Head dasdgsdf seaseda sadas ....."
I want to divide the text on sections and to replace the empty spaces with commas for further SQL injection.
Help will be apreciated.