Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Splitting equals values
- str="cake of lies=sammich of goodness, eatCakeForever=true, asMuchWhitespaceAsYouWant=sammich"
- for key, value in str:match(",?%s*([^=]+)=([^,]+)" do block end
- More coming soon!
- ]]
Advertisement
Add Comment
Please, Sign In to add comment