SlideShare a Scribd company logo
PHP Unicode Input Validation
Snippets
Abdul Rahman Sherzad
Lecturer at Computer Science faculty
Herat University
Validate Digit
PHP Unicode Input Validation Snippets
Persian/Dari and Pashtu Unicode Digits
Character Unicode
۰ 06F0
۱ 06F1
۲ 06F2
۳ 06F3
۴ 06F4
۵ 06F5
۶ 06F6
۷ 06F7
۸ 06F8
۹ 06F9
Arabic Unicode Digits
Character Unicode
۰ 0660
۱ 0661
۲ 0662
۳ 0663
٤ 0664
٥ 0665
٦ 0666
۷ 0667
۸ 0668
۹ 0669
Method I: Validate Unicode Digit
Method II: Validate Unicode Digit
Validate Digit including all formats
Validate Person Names
PHP Unicode Input Validation Snippets
Validate Persian/Dari and Arabic Person
names used in Afghanistan and Iran
NOTE: Zero Width Space Characters
Unicode Unicode Name
200B Zero Width Space
200C Zero Width Non-Joiner
200D Zero Width Joiner
FEFF Zero Width No-Break Space
• For clarification see the following
two names:
•‫شیرزاد‬ ‫عبدالرحمن‬
•‫شیرزا‬‫عبدالرحمن‬‫د‬
Validate English and Persian/Dari Person
names used in Afghanistan and Iran
Validate Persian/Dari
and Pashtu Text
PHP Unicode Input Validation Snippets
Validate only Persian Text
NOTE: ASCII and Unicode quotation marks
Unicode Unicode Name Character
0022 Quotation Mark "
0027 Apostrophe '
0060 Grave Accent `
00B4 Acute Accent ´
2018 Left Single Quotation Mark ‘
2019 Right Single Quotation Mark ’
201C Left Double Quotation Mark “
201D Right Double Quotation Mark ”
201E Double Low-9 Quotation Mark „
201F Double High-Reversed-9 Quotation Mark ‟
2032 Prime ′
2033 Double Prime ″
Validate only Pashtu Text
Learn
to
Grow
Grow
to
Serve
Serve
to
Learn

More Related Content

PDF
ER-Diagram Library System
PDF
Library Management system Database queries
PDF
Entity Relationship Diagram of Library System
PDF
Library management
PPTX
library management system in SQL
DOC
A database design_report_for_college_library final
DOCX
Library management sytem
POTX
Library Management System
ER-Diagram Library System
Library Management system Database queries
Entity Relationship Diagram of Library System
Library management
library management system in SQL
A database design_report_for_college_library final
Library management sytem
Library Management System

More from Abdul Rahman Sherzad (20)

PDF
Data is the Fuel of Organizations: Opportunities and Challenges in Afghanistan
PDF
Iterations and Recursions
PDF
Sorting Alpha Numeric Data in MySQL
PDF
PHP Variable variables Examples
PDF
Cross Join Example and Applications
PDF
Applicability of Educational Data Mining in Afghanistan: Opportunities and Ch...
PDF
Web Application Security and Awareness
PDF
Database Automation with MySQL Triggers and Event Schedulers
PDF
Mobile Score Notification System
PDF
Herat Innovation Lab 2015
PDF
Evaluation of Existing Web Structure of Afghan Universities
PDF
PHP Basic and Fundamental Questions and Answers with Detail Explanation
PDF
Java Applet and Graphics
PDF
Fundamentals of Database Systems Questions and Answers
PDF
Everything about Database JOINS and Relationships
PDF
Create Splash Screen with Java Step by Step
PDF
Fal-e-Hafez (Omens of Hafez) Cards in Persian using Java
PDF
Web Design and Development Life Cycle and Technologies
PDF
Java Virtual Keyboard Using Robot, Toolkit and JToggleButton Classes
PDF
Java Unicode with Live GUI Examples
Data is the Fuel of Organizations: Opportunities and Challenges in Afghanistan
Iterations and Recursions
Sorting Alpha Numeric Data in MySQL
PHP Variable variables Examples
Cross Join Example and Applications
Applicability of Educational Data Mining in Afghanistan: Opportunities and Ch...
Web Application Security and Awareness
Database Automation with MySQL Triggers and Event Schedulers
Mobile Score Notification System
Herat Innovation Lab 2015
Evaluation of Existing Web Structure of Afghan Universities
PHP Basic and Fundamental Questions and Answers with Detail Explanation
Java Applet and Graphics
Fundamentals of Database Systems Questions and Answers
Everything about Database JOINS and Relationships
Create Splash Screen with Java Step by Step
Fal-e-Hafez (Omens of Hafez) Cards in Persian using Java
Web Design and Development Life Cycle and Technologies
Java Virtual Keyboard Using Robot, Toolkit and JToggleButton Classes
Java Unicode with Live GUI Examples
Ad

Recently uploaded (20)

PDF
medical staffing services at VALiNTRY
PDF
System and Network Administraation Chapter 3
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PPTX
L1 - Introduction to python Backend.pptx
PPTX
ISO 45001 Occupational Health and Safety Management System
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Understanding Forklifts - TECH EHS Solution
PPTX
ManageIQ - Sprint 268 Review - Slide Deck
PPTX
ai tools demonstartion for schools and inter college
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
Transform Your Business with a Software ERP System
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
PTS Company Brochure 2025 (1).pdf.......
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PDF
Design an Analysis of Algorithms I-SECS-1021-03
medical staffing services at VALiNTRY
System and Network Administraation Chapter 3
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Odoo Companies in India – Driving Business Transformation.pdf
L1 - Introduction to python Backend.pptx
ISO 45001 Occupational Health and Safety Management System
Design an Analysis of Algorithms II-SECS-1021-03
Understanding Forklifts - TECH EHS Solution
ManageIQ - Sprint 268 Review - Slide Deck
ai tools demonstartion for schools and inter college
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Wondershare Filmora 15 Crack With Activation Key [2025
Navsoft: AI-Powered Business Solutions & Custom Software Development
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Transform Your Business with a Software ERP System
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PTS Company Brochure 2025 (1).pdf.......
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
Design an Analysis of Algorithms I-SECS-1021-03
Ad

PHP Unicode Input Validation Snippets