Firefox/SeaMonkey/Mozilla/Netscape/Flock Browser Extension > Bugs

Minor error in Regular Expression example

(1/1)

ThePythonicCow:
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: ---  Pattern Contains

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

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

This text should read:

--- Code: ---  Pattern Contains

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

Navigation

[0] Message Index

Go to full version