Author Topic: Minor error in Regular Expression example  (Read 17038 times)

Offline ThePythonicCow

  • Normal Members
  • *
  • Posts: 6
Minor error in Regular Expression example
« on: June 11, 2012, 07:24:56 AM »
Bring up the "PasswordMaker - Add/Edit Pattern" screen, by clicking on Edit Pattern for some specific account in the URLs tab of the "PasswordMaker Account - Specific Settings" screen.

Then notice the following text on the "PasswordMaker - Add/Edit Pattern" screen:

Code: [Select]
  Pattern Contains

  [ ] Wildcards           Example: *://mail.yahoo.com/*
  [ ] Regular Expression  Example: https?://mail\.yahoo\.com\/.*

The last backslash (\), following yahoo\.com, is NOT needed :).

This text should read:
Code: [Select]
  Pattern Contains

  [ ] Wildcards           Example: *://mail.yahoo.com/*
  [ ] Regular Expression  Example: https?://mail\.yahoo\.com/.*

PasswordMaker Forums

Minor error in Regular Expression example
« on: June 11, 2012, 07:24:56 AM »