Search the Community
Showing results for tags 'string split'.
-
is there any way to Split String At Particular Occurrence Of A Symbol. For Example //www.autoitscript.com/forum/forum/2-autoit-general-help-and-support/ How to Split Above String At Third Occurrence of "/" After Split Two strings should be //www.autoitscript.com & forum/forum/2-autoit-general-help-and-support/
-
I have a string like this: "Video or movie" "parent" "Media or entertainment" "1" "1" "1" "0" "0" I would like to split it by the spaces but the space inside the quote(both double and single quotes) should be ignored. So the splitted strings should be: "Video or movie" "parent" "Media or entertainment" "1"