Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
regular expressions with sepples
1
Name:
Anonymous
2011-10-10 14:42
is there any built in library for them?
2
Name:
Anonymous
2011-10-10 14:47
the google one
http://stackoverflow.com/questions/181624/c-what-regex-library-should-i-use
3
Name:
Anonymous
2011-10-10 14:48
I suggest you use
Google to find out
!!!
4
Name:
Anonymous
2011-10-10 15:25
Useful functions aren't part of the C++ standard library.
5
Name:
Anonymous
2011-10-10 17:06
>>1
Try googling Boost Library.
6
Name:
Anonymous
2011-10-10 17:08
>>4
Actually there is support for regular expressions in C++11, in the form of
std::regex
.
7
Name:
Anonymous
2011-10-10 17:10
>>5
Boost
Ugh. How did they manage to take a messed up clusterfuck like sepples, and make it so unbearably worse?
8
Name:
Anonymous
2011-10-10 17:56
libpcre++
9
Name:
Anonymous
2011-10-10 23:27
why isn't regular expressions standards for all current programming languages?
10
Name:
sage
2011-10-10 23:46
>>7
By making some "expert code"
!
11
Name:
Anonymous
2011-10-11 3:54
>>7
Boost is just trolling. Don't take it seriously.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List