first, this is using preg. String I\'m trying to match: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa b c d xp My regex and their matches:
How do I ignore case when using pcre_com开发者_如何学Gopile and pcre_exec? pcre_exec( pcre_compile(pattern,0,&error,&erroroffset,0),
I\'m having a problem with PHP PCRE, and I\'m used to POSIX, so I\'m not too sure about what I\'m doing wrong. Basically, this function is matching up to 10 numbers separated by commas. However, it\'s
If I have a string $random, and I want to throw o开发者_运维百科ut everything except commas and numbers, how could I do this in PHP PCRE?