Business Network

Manage Blacklists

Blacklist Rules

If your Profile is not Published, any Members that are not in your contacts and having E-mail Address or Company Name, or concatenation of First Name+Last Name matching a Blacklist Rule will not be able to view any of your data or your presence on YESweBIZ™.


  • Clear logs

Test - Blacklist Rules / Regular Expressions

Quick Reference Guide
'Regular expressions' is the term used for a codified method of searching invented or defined by the American mathematician Stephen Kleene. If you are not familiar with 'Regular Expression' just type 'Tutorial Regular Expressions' in your favorite search engine. WARNING! The following characters '+*?)(][^$}{|.' have special meaning in 'Regular expressions'. If you intent to use them without signification, you have to escape these characters by preceding them with '\'.
'^' Only matches the beginning of a string. Eg.: '^The' matches 'The' in 'The night' by not 'In The Night'.
'$' Only matches the end of a string. Eg.: 'and$' matches 'and' in 'Land' but not 'landing'.
'[xyz]' Match any one character enclosed in the character set. You may use a hyphen to denote range. Eg.: '[a-z]' matches any letter in the alphabet, '[0-9]' any single digit. '[AN]BC' matches 'ABC' and 'NBC' but not 'BBC' since the leading 'B' is not in the set.
'[^xyz]' Match any one character not enclosed in the character set. The caret indicates that none of the characters. Eg.: '[^AN]BC' matches 'BBC' but not 'ABC' or 'NBC'.
'.' (Dot) Match any character except newline or another Unicode line terminator. Eg.: 'b.t' matches 'bat', 'bit', 'bet' and so on.
'x' Match exactly x occurrences of a regular expression. Eg.:'[0-9]5' matches 5 digits.
'x,' Match x or more occurrences of a regular expression.
'x,y' Match x to y number of occurrences of a regular expression.
'?' Match 0 or one occurrence of a regular expression. Same as 0,1.
'*' Match 0 or more occurrences of a regular expression. Same as 0,.
'+' Match 1 or more occurrences of a regular expression. Same as 1,.
'( )' Grouping characters together to create a clause. May be nested. Eg.: '(abc)+(def)' matches one or more occurrences of 'abc' followed by one occurrence of 'def'.
'|' Alternation combines clauses into one regular expression and then matches any of the individual clauses. Similar to 'OR' statement. Eg.: '(ab|cd|ef)' matches 'ab' or 'cd' or 'ef'.

(Regular Expression max=50)
  • Clear logs

Tutorial - Blacklist Rules / Regular Expressions

Rule: 'acompany'

The rule above will blacklist YESweBIZ™ Members registered with E-mail or Company Name matching 'acompany': 'aCompany Ltd', 'someone@acompany.com'...


Rule: '^'

The rule above will blacklist all ('^') YESweBIZ™ Members that are not in your contacts.


Rule: 'hotmail|free|[0-9]'

The rule above will blacklist YESweBIZ™ Members registered with E-mail matching 'hotmail' or ('|') 'free' or ('|') containing numerical characters (non professional E-mail addresses).


Rule: 'smith$'

The rule above will blacklist all YESweBIZ™ Members whom Company Name or concatenation of First Name and Last Name ends ('$') with 'smith': John Smith, Harold Smith...'


  • Clear logs
business network, professional network, online recruiting