Skip to content Skip to sidebar Skip to footer
Showing posts with the label Regex

How Can I Perform A Negative Match In Android Intent Filter?

In an Android manifest, how can I use a negative match in the android:pathPattern? I'd like to … Read more How Can I Perform A Negative Match In Android Intent Filter?

C++ Regex Not Working In Android NDK

I have the following piece of code #include struct Confs{ std::string regexp; }; class foo { … Read more C++ Regex Not Working In Android NDK