Back to project page Sharinger.
The source code is released under:
Apache License
If you think the Android project Sharinger listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package mobi.tarantio.tools.sharinger.app; // ww w .j a v a 2s . c o m /** * Created by kolipass on 06.05.14. */ public class test { public static void main(String[] args){ IntentHandler intentHandler = new IntentHandler(" "); System.out.println(intentHandler.checkBracketsCloseUrl("?????????: Foursquare: ???? ??? ??, ?? ??? ???????. (http://google.com/newsstand/s/CBIwuIzbtAY)")); } }