Regex errors parsing file path
Hi,
I'm trying to split a string that holds the full path to a directory using Regex(i.e Regex *regex = new Regex(S"\\");, however I keep getting the following error :
parsing "\" - Illegal at end of pattern
Parameter name: \.
Is there any other way to split up the directories, or to fix this error?
(Moderator: Thread moved to the Regular Expression Forum and Title tweaked for quicker thread understanding during a search)
