Query Run
select page_title from page WHERE page_title REGEXP '‌$' OR page_title REGEXP '‌\s' 2 years ago
select page_title from page WHERE page_title REGEXP '‌$' OR page_title REGEXP '‌\\b' 2 years ago
select page_name from page WHERE page_title REGEXP '‌$' OR page_title REGEXP '‌\\b' 2 years ago
select 'జెట్‌' WHERE REGEXP '‌$' OR '‌\\b' 2 years ago
select 'జెట్‌' WHERE REGEXP '‌$' or REGEXP '‌\\b' 2 years ago
select 'జెట్‌' REGEXP '‌$' or REGEXP '‌\\b' 2 years ago
select 'జెట్‌' REGEXP '‌[[:>:]]' 2 years ago
select 'జెట్‌' REGEXP '‌[[:>:]]' 2 years ago
select 'జెట్‌' REGEXP '‌\\b' 2 years ago
select page_title from page p where page_title REGEXP '‌\\b' and page_namespace = 0 2 years ago