Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

arabic regex javascript

const arabic_regex = /[u0600-u06FF]/;

console.log(arabic_regex.test('أحمد'));
console.log(arabic_regex.test('abc'));
Comment

PREVIOUS NEXT
Code Example
Javascript :: vuejs get the url params withour router 
Javascript :: javascript currency number format indonesia 
Javascript :: javascript array to object with keys 
Javascript :: angular toaster 
Javascript :: jquery get padding of element 
Javascript :: how to reset input field in javascript 
Javascript :: angular http put 
Javascript :: change innertext javascript 
Javascript :: check checkbox based on value using jquery 
Javascript :: iiee i 
Javascript :: left join in sequelize 
Javascript :: list all functions in an object js 
Javascript :: Reached heap limit Allocation failed - JavaScript heap out of memory nodejs 
Javascript :: how to print to screen in javascript 
Javascript :: nodejs await inside map 
Javascript :: Looping through LI elements in UL 
Javascript :: javascript true random 
Javascript :: ityped react 
Javascript :: set js 
Javascript :: chartjs lineTension 
Javascript :: javascript array add end 
Javascript :: convert array to number js 
Javascript :: Count frequency of array elements js 
Javascript :: inner html jquery 
Javascript :: remove double quotes from json array javascript 
Javascript :: jquery click 
Javascript :: javascript string in string 
Javascript :: javascript mousedown mouseup 
Javascript :: append row javascript 
Javascript :: jquery force page to reload on viewport resize 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =