Mayfield Global Knowledge Center

Google

View Questions by Category

Category Icon .NET (5)
Category Icon Unix shell (8)

Category » Programmingrss button

There was 1 question found in this category:

  1. questionUsing 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