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?

Regular Expression Using Sqlite In Android

I having a difficulty with regex, I have a table products that of one of it`s field is a period. I … Read more Regular Expression Using Sqlite In Android

Android Android.util.patterns.email_address Strange Behaviour

Today we experienced strange pattern behaviour. For instance, on tablet with 3.2 stock rom(previous… Read more Android Android.util.patterns.email_address Strange Behaviour

Check If String Contains Cjk (chinese) Characters

I need to check if a string contains chinese characters. After searching i found that i have to loo… Read more Check If String Contains Cjk (chinese) Characters

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

Android/java Regex To Remove Extra Zeros From Sub-strings

I have the following string as input : '2.0,3.00,-4.0,0.00,-0.00,0.03,2.01,0.001,-0.03,101'… Read more Android/java Regex To Remove Extra Zeros From Sub-strings