Mayfield Global Knowledge Center
Knowledgebase Home
> Programming
Glossary
Favorites
Contact
Knowledgebase Home
Glossary
Favorites
Contact
Welcome to Mayfield Global Knowledge Base.
Search the Knowledgebase
[Advanced Search]
Browse by Category
-- Select Category --
Connection Method
- Bluetooth
Database Development
- Microsoft SQL Server 2005 Express
Operating System
- Linux
- Fedora
- Fedora Core 5
- Ubuntu
- Ubuntu 6.06 (Dapper Drake)
- Ubuntu 6.10 (Edgy Eft)
- Mac
- OS X Tiger 10.4
- Windows
- Windows Vista
- Windows XP
Programming
- .NET
- C#
- Unix shell
- Bash
- Perl
Web Development
- Ajax
- ASP.NET 2.0
- C#
- CSS
- JavaScript
- PHP
Enter your search terms
Submit search form
View Questions by Category
.NET
(5)
Unix shell
(8)
Category »
Programming
There was 1 question found in this category:
Using regular expressions, what metacharacters do I use to specify a start and end of the line?
The ^ (caret) indicates start of a line while the $ (dollar) indicates the end of the line.For example: ^cat$ will only locate the word cat