Python - Deleting the first 2 lines of a string -
i've searched many threads here on removing first 2 lines of string can't seem work every solution i've tried.
here string looks like:
version 1.00 6992 [-4.32063, -9.1198, -106.59][0.00064, 0.99993, -0.01210][etc...]
i want remove first 2 lines of roblox mesh file script using. how can that?
i don't know end character is, like
poststring = inputstring.split("\n",2)[2];
the end character might need escaped, start with.
Comments
Post a Comment