Working With Children Check Number (NSW / VIC / WA)
Detects Working With Children Check (WWCC) clearance numbers across Australian states. Covers the NSW structural format (WWC + 7 digits + check letter, e.g. WWC1234567E) and the labelled VIC / WA / generic forms where a WWCC or working-with-children phrase precedes a card or clearance number. The Queensland Blue Card is handled by a separate classifier.
- Type
- regex
- Engine
- boost_regex
- Confidence
- medium
- Confidence justification
- Medium confidence: the NSW WWC#######E form is highly specific, but the labelled VIC / WA / generic forms match a broad 6-9 digit number near a working-with-children phrase, so corroborating child-screening keywords are required. WA assessment-notice numbering is not publicly standardised and is covered only by the labelled proximity branch.
- Jurisdictions
- au
- Regulations
- Child Protection (Working with Children) Act 2012 (NSW), HRIPA (Cth), NDB Scheme (Cth), Privacy Act 1988 (Cth), Working with Children Act 2005 (Vic)
- Frameworks
- ISO 27001, ISO 27701
- Data categories
- pii, government-id, children
- Scope
- narrow
- Risk rating
- 8
- Platform compatibility
- Purview: Compatible, GCP DLP: Compatible, Macie: Compatible, Zscaler: Compatible, Palo Alto: Degraded, Netskope: Unsupported
Pattern
(?i)\bWWC\s?\d{7}\s?[A-Z]\b|\b(?:WWCC|WWC\s+check|working\s+with\s+children(?:\s+check)?)\b[\s\S]{0,20}?\b(?:no|number|card|clearance|reg(?:istration)?)\b\.?\s*[:#-]?\s*\d{6,9}[A-Z]?(?:-\d{2})?\b
Corroborative evidence keywords
Working with Children Check, WWCC, WWC, Office of the Children's Guardian, child-related work, clearance number, child protection, screening check, Service NSW, assessment notice, working with children clearance, child safety, positive notice
Proximity: 300 characters
Should match
NSW Working with Children Check number WWC1234567E is valid until 2029 for the applicantWorking with Children Check clearance 1088651V issued to the volunteer this monthVIC WWC Check card 0512345A-01 held by the classroom teacher on fileWA Working with Children Check registration 20481523 sighted by the coordinator
Should not match
The child protection policy was updated by the school board last weekWorking with children is rewarding work in early childhood educationCard number 4111 1111 1111 1111 was declined at the terminalWorking with children policy 20240815 was updated for all 12 campuses
Known false positives
- A working-with-children phrase near an unrelated 6-9 digit number could match without being a clearance number. Mitigation: Require corroborating child-screening keywords within the proximity window.
- Sample clearance numbers in HR templates or training material may match the labelled form. Mitigation: The high and medium tiers apply the template-exclusion NOT-group to suppress sample and training content.