E
elfenliedtopfan2
Guest
ok i created a regex and trying to load file and find all lines that match my regex and save but i have small issue is this is the regex
("File":\s"textures/)[\d\w]+/[\d\w]+[.\w"]+
"File": "textures/e469dcc6f30e48bc9183b742ab67e2c0/d641b9c90ddd4cd6858188ecfcaef13a.jpg"
and it shows fine on regex helper online but when i add it to my program the formatting all wrong and dont work i cant seem to understand why it is doing this ? does anyone have any idea how i could make this a working regex pattern in my program i assume i doing something wrong i managed to get it showing fine in the online regex tester but there must be something i am doing wrong in c# for it not to class it as a valid regex
thanks in advance elfenliedtopfan5
Continue reading...
("File":\s"textures/)[\d\w]+/[\d\w]+[.\w"]+
"File": "textures/e469dcc6f30e48bc9183b742ab67e2c0/d641b9c90ddd4cd6858188ecfcaef13a.jpg"
and it shows fine on regex helper online but when i add it to my program the formatting all wrong and dont work i cant seem to understand why it is doing this ? does anyone have any idea how i could make this a working regex pattern in my program i assume i doing something wrong i managed to get it showing fine in the online regex tester but there must be something i am doing wrong in c# for it not to class it as a valid regex
thanks in advance elfenliedtopfan5
Continue reading...