background preloader

Programming

Facebook Twitter

C++

Java Regex Tutorial. Copyright © 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 vogella GmbH Java and Regular Expressions This tutorial introduces the usage of regular expressions and describes their implementation in Java.

Java Regex Tutorial

It also provides several Java regular expression examples. 1.1. HTML. How do I link to another web page or file? : if you are using a word processor or similar tool to make your page, linking features are built-in.

How do I link to another web page or file?

If you are writing your own HTML, the syntax to link to another page is very easy to learn. Links are made using the element; the URL of the page you wish to link to should be placed in the HREF attribute of that element. Don't worry, simple examples follow. If the page is in the same folder on your website, you can use a simple "relative link" to point to it:

C#

Java. Matlab.