Arnab Chakraborty has Published 32 Articles

How to write Python CGI program to interact with MySQL?

Arnab Chakraborty

Arnab Chakraborty

Updated on 30-Jul-2019 22:30:22

1K+ Views

suppose you want to login into you account using Python CGi script, below is the details login.html email: ... Read More

How to use R in Java-8 regex.

Arnab Chakraborty

Arnab Chakraborty

Updated on 30-Jul-2019 22:30:22

496 Views

\R matches any line break as defined by the Unicode standardPattern p = Pattern.compile("\R");Unicode line-break sequence is equivalent to \u000D\u000A|[\u000A\u000B\u000C\u000D\u0085\u2028\u2029]

Advertisements