French phone number: +33 or a leading 0, one non-zero digit, then four pairs of digits separated by optional spaces, dots or hyphens. Lookarounds replace \b so the + prefix anchors properly, and they guard the whole word rather than digits alone: otherwise ten digits in the middle of an API key get tokenised, cutting the key in two. This is the one departure from the library catalog. The +33 form only matches when the first digit follows immediately (+33639981234), not '+33 6 39...'.
Label: FR_PHONE
(?<![\w+])(?:\+33|0)[1-9](?:[\s.-]?\d{2}){4}(?!\w)
Appelez le 06 39 98 12 34 demain. → 06 39 98 12 34Joignable au +33639981234 en journée. → +33639981234Standard : 01.99.00.12.34 → 01.99.00.12.3406 39 98 120639981234567sk-proj-abcdefghijklmnopqrstuvwxyz0123456789ABCDTags: fr, contact